-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SFSF][A11y][MultiComboBox] Focus is lost after deleting the tokens and notification message is being read out by screen readers #6671
Comments
Hi @saorabhkr Thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository.
I have not been able to reproduce this. Please provide detailed steps on how this behavior occurs. 2023-03-08_08-50-45.mp4Hi colleagues, there is no dedicated announcement for token deletion. Could you please check if this is intentional? |
Hello @SAP/ui5-webcomponents-topic-rl , Currently if we focus a token in the MCB react default story and delete it with Backspace or Delete button, the tokens preview is closed (it says two more if there are two tokens for example). The reporter claims that instead of closing the editing of the tokens, it should transfer the focus to the next/previous token and when we delete a Token, the screen reader should notify us about that action. Are those claims valid, or the MCB works that way by design? Could you please take over? Regards, |
Hi @Lukas742,
Screen.Recording.2023-03-09.at.10.18.35.AM.movAlso created an isolated example. Please let me know if you need any other details. Best Regards, |
Hi @Lukas742, We have found one more issue, with JAWS placeholder for MultiComboBox is not being read out. It should announce placeholder text with JAWS screen reader. Best Regards, |
Describe the bug
Describe the bug
With MultiComboBox, when we delete any tokens we have observed two things:
The same can be seen here:
https://sap.github.io/ui5-webcomponents-react/?path=/story/inputs-multicombobox--default-story
Isolated Example
https://sap.github.io/ui5-webcomponents-react/?path=/story/inputs-multicombobox--default-story
Reproduction steps
Go to Demo Page
Select a few tokens from the dropdown
Delete the tokens
It's been observed that it's not retaining the focus.
Now delete any token and the announcement by NVDA/JAWS
It's not announcing anything.
Expected Behaviour
MultiComboBox:
Screenshots or Videos
No response
UI5 Web Components for React Version
1.8.1
UI5 Web Components Version
1.10.5
Browser
Chrome
Operating System
MacOS
Additional Context
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: