-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Add lint rule for inaccessible disabled Button
#62080
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
6ebce5c
Add lint rule for inaccessible disabled `Button`
mirka cad8b3e
Exclude react native files
mirka 9154483
Include files in root `storybook` folder
mirka 7040967
Fix in Storybook editor playground (matches actual behavior)
mirka 7a705eb
Fix in install block button (is clearly a busy state)
mirka cfefecc
Ignore in gallery image reordering buttons
mirka bb06929
Fix in LinkControl copy link button (aleviates confusion)
mirka a5696ec
Ignore in edit-site pagination buttons (not confusing, and useful)
mirka 07b64d3
Fix in enable custom fields (is clearly a busy state)
mirka d94c5fb
Fix in DataViews list view
mirka 0ec3bd9
Fix in DataViews CompactItemActions (is dropdown trigger)
mirka 16ddf06
Fix in template part title modal
mirka 8e72fa3
Fix in PageList block (should be perceivable, esp. because the descri…
mirka fc29ec1
Fix in ConvertToLinksModal button (should be perceivable, and doesn't…
mirka c666444
Fix in edit-site "Apply globally" button (should be perceivable, and …
mirka 7e05a82
Fix in edit-site nav menu rename modal (should be perceivable to sign…
mirka a111992
Fix in RevisionsButtons (button is never visible when `areStylesEqual`)
mirka b6b9f09
Fix in RevisionsButtons (contains important info and should be percei…
mirka 388112f
Fix in GlobalStylesSidebar (should be perceivable)
mirka f4d5ae2
Fix in PostPublishPanel cancel button (can cause focus loss)
mirka def18f4
Fix in PostPreviewButton (should be perceivable)
mirka 8ff5fe9
Defer decision in ButtonBlockAppender
mirka d188fc5
Fix in reusable blocks import form (should be perceivable, can cause …
mirka 6f39b75
Adapt test for PostPreviewButton
mirka bca37a2
Improve rigidity of accessible disabled detection in test
mirka d16d2b4
Add disable reason for ButtonBlockAppender
mirka 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 in ConvertToLinksModal button (should be perceivable, and doesn't…
… clutter tab order)
- Loading branch information
commit fc29ec106d80efbb462b2bd117f1c62934a08ea1
There are no files selected for viewing
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
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.
Should be perceivable, and doesn't clutter tab sequence.