SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.47k stars 254 forks source link

Issue in sap.m.DatePicker #9107

Closed siyanadicheva closed 1 week ago

siyanadicheva commented 1 month ago

Bug Description

Hi,

When I click on the range in the header of the Calendar, the link is not working - nothing happens, it just focuses it.

Link to the issue: https://sap.github.io/ui5-webcomponents/playground/?path=/docs/main-calendar--calendar-overview

Affected Component

sap.m.DatePicker

Expected Behaviour

This is how it should look like:

Screenshot 2024-03-07 at 12 27 56

Isolated Example

No response

Steps to Reproduce

1. 2. 3. ...

Log Output, Stack Trace or Screenshots

No response

Priority

Medium

UI5 Web Components Version

https://sap.github.io/ui5-webcomponents/playground/?path=/docs/main-calendar--calendar-overview

Browser

Chrome

Operating System

macOS

Additional Context

No response

Organization

SAP

Declaration

niyap commented 1 month ago

Hello @SAP/ui5-webcomponents-topic-b,

In OpenUI5 DateRangeSelection control, if you click over a range of years, then a view with different ranges is presented. image => image

In ui5-daterange-picker, if you click over the range, nothing happens, just it gets focused

image

Could you please check and analyse whether it is an issue or should be handled as an enhancement?

Thank you in advance!

Kind Regards, Niya

unazko commented 2 weeks ago

Hello @siyanadicheva,

Currently year range selection (and view) is not supported for the ui5-calendar component. We could fix the accessibility issue with the year button and then treat this incident as a feature request.

Best regards, Boyan