Skip to content
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

the "Try it online" feature: minor accessibility issues #10

Open
Futyn-Maker opened this issue May 14, 2022 · 1 comment
Open

the "Try it online" feature: minor accessibility issues #10

Futyn-Maker opened this issue May 14, 2022 · 1 comment

Comments

@Futyn-Maker
Copy link
Member

Futyn-Maker commented May 14, 2022

First of all, thanks for this feature! It's really cool, as I've received a possibility to quickly experiment with different braille codes.

It looks like there're some accessibility issues, at least on Windows and NVDA (both Chrome and Firefox browsers have been tested). When in "table" selection list (combobox) and pressing up and down keys, the cursor jumps to the text input field. In other words, it's impossible to learn the list of tables in a normal way: after option is changed I need to press Shift+Tab to move back to the list, select another option, again press Shift+Tab to move back, etc.

Although users have the way to workaround it by switching NVDA to the brows mode and then pressing Enter to the list, it's really not obveously and isn't a normal use of case.

I'm quite bad in JS, moreover, you seem to have difficult focusing and scrolling rules, but I asume it's because of onChange listeners: when pressing arrow keys in the NVDA's edit mode, onchange event is coming immediately (the option is changed without any confirmation).

@Futyn-Maker
Copy link
Member Author

Yes, I've bit played with Developers Tools and remove "change" listener on selectElement at all, the focus stopped jumping. Of course, that's not a solution as it in fact disables a possibility to change tables, but I think something simply should be done with focusing (I didn't manage to do this through the Developer Console).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant