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

(Gutter): (Accessbility)Expand collapse buttons not accessible via tab (Read only mode) #5125

Closed
thisisjasmeet opened this issue Apr 11, 2023 · 3 comments

Comments

@thisisjasmeet
Copy link

Describe the bug

Expand collapse buttons are not accessible via keyboard navigation

Expected Behavior

user should be able to expand/collapse rows using keyboard actions.

Current Behavior

user is not able to focus on gutter icons using keyboard navigation

Reproduction Steps

  1. Open editor in read only mode
  2. press tab to to access gutter expand/collapse buttons
    Currently its not possible to do so

Possible Solution

No response

Additional Information/Context

No response

Ace Version / Browser / OS / Keyboard layout

"react-ace": "10.1.0"

@nightwing
Copy link
Member

It is already possible to use the F2 key (the toggleFoldWidget) to collapse/expand the code

@akoreman
Copy link
Contributor

akoreman commented May 8, 2023

This was added as part of PR #5146 and will be included in the next Ace release.

@akoreman
Copy link
Contributor

Ace 1.20.0 has been released which includes this change.

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

No branches or pull requests

3 participants