-
Notifications
You must be signed in to change notification settings - Fork 625
Feat(SelectPanel) remove aria active-descendant pattern in favor of roving tab index under FF #6330
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
francinelucca
merged 58 commits into
main
from
recreate-pr-5801-remove-aria-activedescendant
Aug 1, 2025
Merged
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
1bf4dae
Reacreare PR-5801 to remove aria activedescendant and add a roving ta…
pksjce 89fe0b6
Add the blue line indicator
pksjce 8f152bc
Fix linting and tests
pksjce 98fc899
fix action list item tests
pksjce 883181f
Remove announcement for empty in SelectPanel. It get handled in useAn…
pksjce 925b991
Fix merge conflicts
pksjce 56d790b
Unnecessary changeset
pksjce 2f0182c
Css fix for focus behavior
pksjce 5ce1efc
Css fix for focus behavior
pksjce b2f4967
Add feature flag
pksjce 9c548a2
Switch default to false
pksjce 8bec686
fix the build
pksjce 6db7ec5
Create pink-worms-kneel.md
pksjce f5b0c09
Fix up all the tests
pksjce bb173e1
css fix
francinelucca b9c8dcc
test(vrt): update snapshots
francinelucca e286689
move stuff around
francinelucca 638594f
format
francinelucca ea6017c
re-add type
francinelucca 008b0b6
moving stuff around to minimize diff
francinelucca 1b7de74
re add conditional
francinelucca 1fa934b
test(vrt): update snapshots
francinelucca 59839c6
Revert "test(vrt): update snapshots"
francinelucca 822c385
Revert "test(vrt): update snapshots"
francinelucca 22caae0
Revert "Fix up all the tests"
francinelucca ae6812a
add FF to renderWithFlag
francinelucca 134fb0f
Some FF tightening
pksjce f79e9cf
Fix the issue with enter key
pksjce 1d2891a
Fix the enter button issue
pksjce fd281f0
Fix selectionvariant bug
pksjce ce16567
remove console statement
pksjce f504b56
Update .changeset/pink-worms-kneel.md
francinelucca 31ae021
Merge branch 'main' into recreate-pr-5801-remove-aria-activedescendant
francinelucca c2c8843
Merge branch 'main' into recreate-pr-5801-remove-aria-activedescendant
francinelucca 3a228d9
refactor
francinelucca b23a28f
fix tests
francinelucca c525ce9
Merge branch 'main' into recreate-pr-5801-remove-aria-activedescendant
francinelucca 73c023a
remove unnecessary code
francinelucca f5babb1
Merge branch 'recreate-pr-5801-remove-aria-activedescendant' of githu…
francinelucca deb7881
format
francinelucca 858959e
test fixes
francinelucca 7c60e82
fix tests
francinelucca 3dc4d98
move stuff around
francinelucca 1eca2e7
Fix failing PageDown issue and activedescendant in group
pksjce a531bd4
group fixes
francinelucca 5c7f422
Merge branch 'main' of github.com:primer/react into recreate-pr-5801-…
francinelucca 09525c4
remove modern_action_list FF
francinelucca 57d3032
lint
francinelucca 8aa6272
Remove unncessary check
pksjce a36006d
add back list role removed
pksjce 891b39d
Merge branch 'main' into recreate-pr-5801-remove-aria-activedescendant
pksjce 41472fc
re-add useScrollFlash
francinelucca b55977a
Merge branch 'main' into recreate-pr-5801-remove-aria-activedescendant
francinelucca ccfdcce
re-add changes
francinelucca dc4ccfe
Merge branch 'recreate-pr-5801-remove-aria-activedescendant' of githu…
francinelucca 0fbf871
fix test
francinelucca 4271f2f
loading fix
francinelucca dd82743
add usingRemoveActiveDescendant conditional
francinelucca 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@primer/react": patch | ||
--- | ||
|
||
feat(SelectPanel): remove aria activedescendant and add a roving tab index |
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
What's '
radio
'?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.
It has radio buttons in modal. The type failed when I explicitly sent the prop in
FilteredActionList