♿️(frontend) improve keyboard tab order in document list - #2653
Draft
Ovgodd wants to merge 1 commit into
Draft
Conversation
Reduced to one tab stop with clear label; actions, share count remain accessible.
Contributor
|
Size Change: -3 B (0%) Total Size: 5.94 MB 📦 View Changed
|
Collaborator
Author
|
Hey @cyberbaloo About the documents list 🙂 Do you think we could make the keyboard navigation a bit closer to the Tree pattern ( the left sidebar with the F2 options ) ? The idea would be to keep a single tab stop for the documents list, navigate between documents with tab( only one tabstop ) and use F2 to enter the actions/options of the currently focused document. Then Escape could bring the focus back to the document. This would avoid having to Tab through every document and all of its actions, while keeping the keyboard navigation much more efficient. What do you think? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
A document row had two tab stops and two names for the same entry.
Keyboard and screen-reader users now get one announced link, then
the actions menu.
Proposal