Improve Dev Tools accessibility#13496
Merged
timroes merged 4 commits intoelastic:masterfrom Aug 18, 2017
Merged
Conversation
added 3 commits
August 14, 2017 08:46
Use a button isntead of a link will solve all accessibility issues, and we just need to style the button the same way we style the links.
This will be needed for situations in which the initialization need to be started manually, and a simple directive won't be enough.
Contributor
Author
|
Jenkins, test this |
cjcenizal
approved these changes
Aug 16, 2017
| @@ -27,10 +28,10 @@ | |||
| aria-labelledby="consoleRequestOptions" | |||
Contributor
There was a problem hiding this comment.
Can we change this element to a <button> too?
Contributor
Author
There was a problem hiding this comment.
I assume, you doesn't mean the ul, but got confused with the lines (most likely because GitHub collapsed the code in the middle of the element :D) I anyway made both a.editor-action also into buttons.
Contributor
There was a problem hiding this comment.
Oops yep that's what I meant! Thanks.
Contributor
Author
|
Backports:
|
timroes
added a commit
that referenced
this pull request
Aug 18, 2017
* Make console actions accessible Use a button isntead of a link will solve all accessibility issues, and we just need to style the button the same way we style the links. * Create kbnUiAceKeyboardModeService This will be needed for situations in which the initialization need to be started manually, and a simple directive won't be enough. * Make console input box accessible * Make editor_actions buttons instead of links
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.
Release Note: Console no longer traps keyboard focus. You can quit editing with Escape.
This PR will make the console in the devtools more accessible and fix #11522
The console input will now have the same keyboard mode introduced #13339
Also the action buttons are now accessible via keyboard.
There are some issues still open on which I would like feedback: