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

[ui5-list]: a11y-JAWS announce group end before group list item end in list #7561

Closed pankajpandey01 closed 4 days ago

pankajpandey01 commented 10 months ago

Bug Description

[ui5-list]: a11y-JAWS announce group end before group list item end in list Follow the "steps to reproduce". Actual behavior: JAWS announce Group end when focus go to first list item checkbox

Affected Component

ui5-list

Expected Behaviour

Group end should be announced by JAWS when group list item end.

Isolated Example

https://sap.github.io/ui5-webcomponents/playground/?path=/story/main-list--group-headers

Steps to Reproduce

  1. Start JAWS 2023 (VPC Mode)
  2. Go to https://sap.github.io/ui5-webcomponents/playground/?path=/story/main-list--group-headers
  3. Select group header "Front End Developers"
  4. Press down arrow key to select list item checkbox. ..

Log Output, Stack Trace or Screenshots

No response

Priority

Medium

UI5 Web Components Version

1.17.0

Browser

Chrome

Operating System

Mac OS

Additional Context

No response

Organization

SuccessFactors

Declaration

dimovpetar commented 10 months ago

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

In VPC mode, you will hear: 1: "Group Start Front End Developers" 2: "Front End Developers 3: "Group End Front End Developers", although the group has not ended 4: CheckBox...

Maybe this is related to the fact that the group header is an "ul" element?

Best regards, Petar

dobrinyonkov commented 4 days ago

Hello, the strucutre of the groups in the list has changed with the recent 2.0 release. Currently there is a new ui5-li-group component that wraps the list items in an element that has the role group. Keep in mind that there is an open issue about wrong nesting of the group role opened here: https://github.com/SAP/ui5-webcomponents/issues/9242