Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SpecialCalendarDate]: not all types have a visual representation #9216

Closed
1 task done
Lukas742 opened this issue Jun 14, 2024 · 1 comment · Fixed by #9524
Closed
1 task done

[SpecialCalendarDate]: not all types have a visual representation #9216

Lukas742 opened this issue Jun 14, 2024 · 1 comment · Fixed by #9524
Assignees
Labels
bug This issue is a bug in the code TOPIC B

Comments

@Lukas742
Copy link
Collaborator

Bug Description

When adding a SpecialCalendarDate to the Calendar component the following public types don't change the visuals of a date:

None = "None",
Working = "Working",
NonWorking = "NonWorking",

Affected Component

SpecialCalendarDate, Calendar

Expected Behaviour

In my understanding, Working should make a non-working day such as Saturday look like a normal day and NonWorking the opposite.

Isolated Example

https://stackblitz.com/edit/github-7d2xya?file=main.js,index.html

Steps to Reproduce

  1. Go to StackBlitz
  2. In the first example the first 7 days of the month should be marked as "NonWorking" days, but there's no difference to the default design.
  3. The second example shows all CalendarLegendItemType, but it only shows a visual difference for Type01 - Type20

Log Output, Stack Trace or Screenshots

image

Priority

None

UI5 Web Components Version

1.24.4

Browser

Chrome

Operating System

No response

Additional Context

No response

Organization

No response

Declaration

  • I’m not disclosing any internal or sensitive information.
@Lukas742 Lukas742 added the bug This issue is a bug in the code label Jun 14, 2024
@ilhan007
Copy link
Member

Hello @SAP/ui5-webcomponents-topic-b @hinzzx could you follow up : ))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug in the code TOPIC B
Projects
Status: Completed
Development

Successfully merging a pull request may close this issue.

3 participants