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.5k stars 260 forks source link

[SF_ACC][ui5-select]: not announcing the selected value #9722

Open GongRichard opened 3 weeks ago

GongRichard commented 3 weeks ago

Bug Description

When select a value, SR will not announce the selected value.

Affected Component

ui5-select

Expected Behaviour

When select a value, SR should announce the selected value.

Please check ui5 sample https://sapui5.hana.ondemand.com/#/entity/sap.m.Select/sample/sap.m.sample.Select, it will announce.

Isolated Example

https://stackblitz.com/edit/github-qwnadf-rz69sa?file=src%2FApp.tsx

Steps to Reproduce

1. 2. 3.

Log Output, Stack Trace or Screenshots

image image

Priority

Medium

UI5 Web Components Version

1.24.x

Browser

Chrome

Operating System

No response

Additional Context

this issue is from customer of SF.

Organization

SAP SuccessFactors

Declaration

yanaminkova commented 3 weeks ago

Hello @GongRichard,

I reviewed the described behavior, and the selected value is being announced on my end: Screenshot 2024-08-22 120718 Could you let me know which version of JAWS you're using? If possible, please update to the latest version and test again. Thanks in advance!

Kind regards, Yana

GongRichard commented 3 weeks ago

Hi @yanaminkova , I am using NVDA as our customer is using NVDA to report this issue. Thanks, Richard

yanaminkova commented 3 weeks ago

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

Could you please have a look at this issue regarding the ui5-select?

Steps to reproduce:

  1. Open https://stackblitz.com/edit/github-qwnadf-rz69sa?file=src%2FApp.tsx
  2. Open NVDA (issue is not reproducible with JAWS)
  3. Open the ui5-select and change the selection
  4. Upon closing the select list, the newly selected value is not being announced.

Thanks and Best regards, Yana