-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Address a11y issues in browser-based console UI #26872
Merged
+104
−59
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
3fc63ae
VAULT-26829
MelSumner bce5995
associate input and help text
MelSumner c128021
Add ESC key support
MelSumner b3d5706
adjust console-ui panel for text-spacing requirement
MelSumner 36256da
fix test to toggle panel open before using it
MelSumner 425cc5b
add changelog
MelSumner 4bb5705
Update ui/app/components/console/ui-panel.js
MelSumner bf26929
Update test to try to get it to pass
MelSumner b319d10
add support for console dismiss button
MelSumner a4f5409
updates to command helper for toggling console
MelSumner 8bbb24a
Adjusted code so tests pass
MelSumner 6b39201
Fixed one of the failing tests (one is still failing)
MelSumner 5977177
Adjusted code so tests pass
MelSumner 7525254
Adjusted code to fix test
MelSumner 30f9edc
Added additional changelog text
MelSumner a5b2076
Update changelog/26872.txt
MelSumner 5029cf1
Update ui/tests/acceptance/oidc-provider-test.js
MelSumner b9d6b0c
remove errant code
MelSumner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix test to toggle panel open before using it
move toggle to commands helper file move toggle to ui-panel helper file added shouldToggle arg to runcommand fix console tests
commit 36256daff1797a56b39a4b614ba687fa9a1e534a
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We needed to add an extra condition here, because there are tests that don't actually need the toggle to happen. Maybe it's rendering the console/ui-panel directly, or maybe it's a test that runs multiple commands and multiple toggles would cause those tests to fail.
But in most cases this is a useful thing to do, so it defaults to
true