[Donut Chart]: A11y - Focus on hidden element not visible to user causes A11y issue. #6683
Open
1 task done
Labels
bug
Something isn't working
Describe the bug
There is a tabindex=0 on element which causes element to get focussed on tab but not visible to the user. When all children have tabindex = -1, parent element should also have tabindex = -1.
And because of this on press tab, it appears loss of focus to the user.
Isolated Example
No response
Reproduction steps
Expected Behaviour
Hidden element shouldn't be focussed on tab.
Screenshots or Videos
UI5 Web Components for React Version
v2.4.0
UI5 Web Components Version
v2
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: