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.51k stars 262 forks source link

[DateRangePicker]: Visually conveyed selected state for the dates in the date picker, not conveyed to screen reader users #9241

Closed ee92 closed 3 months ago

ee92 commented 3 months ago

Bug Description

As a user selects a date range, the inner dates are not read out as "selected"

Affected Component

ui5-daterange-picker

Expected Behaviour

expect inner dates to be read out as "selected"

Isolated Example

No response

Steps to Reproduce

  1. go to https://sap.github.io/ui5-webcomponents/components/DateRangePicker/
  2. use any screen reader
  3. use keyboard to select date range
  4. notice inner dates not read out as "selected" even though visually shown as selected

Log Output, Stack Trace or Screenshots

image

Priority

Low

UI5 Web Components Version

1.24.1

Browser

Chrome

Operating System

No response

Additional Context

Thank you

Organization

SuccessFactors

Declaration

hinzzx commented 3 months ago

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

Can you please take a look at this ? When selecting dates in date-range-picker the screen reader reads only the first and the last selected date, and not those which are inbetween them.

Regards, Stoyan