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

Markdown editor toolbar buttons defaults to tabIndex=-1 #587

Open
tverney opened this issue Apr 25, 2024 · 0 comments
Open

Markdown editor toolbar buttons defaults to tabIndex=-1 #587

tverney opened this issue Apr 25, 2024 · 0 comments

Comments

@tverney
Copy link

tverney commented Apr 25, 2024

Is your feature request related to a problem? Please describe.

Due an accessibility report, we've saw that the current version doesn't support change tabindex="-1" to "0". Currently behaviour removes removes the element from the navigation sequence.

Describe the solution you'd like

Wondering if would be possible to expose the tabindex attribute programmatically. Also want to understand the reasons to fix that in the code.

Describe alternatives you've considered

We can make it manually focusable using javascript, but would be easier just setting the tabindex. Thanks in advance for the review.

Reference in code:

 el.tabIndex = -1;
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