[SF] [ViewSettingsDialog] [a11y] ViewSettingsDialog accessibility issues
See original GitHub issueBug Description
We have found three accessibility defects regarding the ViewSettingsDialog header:
-
The Title is not announced by the Screen Reader when opening the ViewSettingsDialog (tested with NVDA on Windows 10)

-
The Title text is a
ui5-labelinstead ofui5-titlewith heading level 2 (h2)
-
When opening the ViewSettingDialog, the focus will go to the header toggle button (which is fine), but then pressing TAB will move the focus to
Ascendinginstead ofSort Order
Expected Behavior
-
Dialog title should be announced by the screen reader
-
Heading levels should be consistent
-
When navigating using keyboard, GroupHeaders shouldn’t be skipped
Steps to Reproduce
These three issues can be found and reproduced using the ViewSettingsDialog example.
Context
- UI5 Web Components version: 1.0.1
- OS/Platform: Windows 10 (using NVDA as screen reader)
- Browser: Google Chrome
- Affected component: ViewSettingsDialog
Priority
- Low
- Medium
- High
- Very High
Stakeholder Info (if applicable)
- Organization: SuccessFactors
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Issue with ViewSettingsDialog
I have a requirement: 1. I am using ViewSettingsDialog where I am filters. 2. The filter Items that I want to show is...
Read more >ui5/webcomponents: Versions
Full version history for @ui5/webcomponents including change logs.
Read more >Clear selections from sap.m.ViewSettingsDialog when ...
I am facing the following issue: I have a MasterList in my app with the corresponding component sap.m.ViewSettingsDialog for applying filters, ...
Read more >7.3 View Settings Dialog Box (Printer Sessions)
Displays this help topic. Setting help. Displays information about the currently selected setting. Related Topics. Printer Emulation Settings ...
Read more >ui5-webcomponents
ui5-webcomponents repo issues. ... [SF][A11Y][Input] - Input hover style does not match accessibility requirements. rchrdchn.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hello @Neeeko @rchrdchn,
All of the issues are now fixed and merged into the master branch.
Best Regards, Tsanislav
Hi @tsanislavgatev - following up on the second issue (https://github.com/SAP/ui5-webcomponents/pull/4827). Please let us know when it will be released. Thank you!