-
Notifications
You must be signed in to change notification settings - Fork 278
[RangeSlider] accessible-name not set correctly #13348
Description
Bug Description
If we set accessible-name property to ui5-range-slider, wrong reference is added to the aria-labelledby attribute of the handles.
There was an enhancement done regarding the ui5-slider/range-slider control and for attribute support, which has caused that issue: #11469 - aria-label is used instead of aria-labelledby on progress element but handles are not enhanced accordingly. They have aria-labelledby attribute pointing to an element which does not exist anymore as it is deleted with the mentioned change. As a result, there are failing accessibility tests as well as handles have wrong reference(even attribute used) which leads to incorrect/missing announcement when accessible-name is used.
Affected Component
ui5-range-slider
Expected Behaviour
Align the accessibility of ui5-range-slider handles with the one of ui5-slider handle
Isolated Example
Steps to Reproduce
...
Log Output, Stack Trace or Screenshots
No response
Priority
Medium
UI5 Web Components Version
Latest
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration
- I’m not disclosing any internal or sensitive information.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status