-
Notifications
You must be signed in to change notification settings - Fork 13
fix(custom-select): keyboard navigation for option groups in single-select mode #4921
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 all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
4bf2c2e
Initial plan
Copilot f2e5fd6
Investigation: Identified root cause of keyboard navigation issue in …
Copilot 9090fc1
Fix keyboard navigation issue in custom-select option groups + add co…
Copilot 23565b2
Final validation and cleanup - fix confirmed working
Copilot 12ccbdb
Consolidate option groups tests into existing test functions
Copilot 3845919
Update packages/components/src/components/custom-select/custom-select…
mfranzke 69c1bc9
test: replace hard-coded timeouts with reliable waitForFocusChange he…
b9d92f2
Merge branch 'main' into copilot/fix-4920
mfranzke 9a3c56d
Merge branch 'main' into copilot/fix-4920
mfranzke 294360c
Merge branch 'main' into copilot/fix-4920
mfranzke 6e96a40
Merge branch 'main' into copilot/fix-4920
mfranzke 7ed7d37
fix: issue with test in custom-select.spec.tsx
nmerget 03c8460
Merge branch 'main' into copilot/fix-4920
nmerget ffd1562
chore: add changeset
nmerget 6b84a2f
Merge remote-tracking branch 'origin/copilot/fix-4920' into copilot/f…
nmerget d33a6e3
Merge remote-tracking branch 'origin/main' into copilot/fix-4920
nmerget 0bceb19
Merge remote-tracking branch 'origin/main' into copilot/fix-4920
nmerget 379e111
Merge branch 'main' into copilot/fix-4920
nmerget e3a680c
Merge branch 'main' into copilot/fix-4920
nmerget 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
Some comments aren't visible on the classic Files Changed page.
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,13 @@ | ||
| --- | ||
| "@db-ux/core-components": patch | ||
| "@db-ux/ngx-core-components": patch | ||
| "@db-ux/react-core-components": patch | ||
| "@db-ux/v-core-components": patch | ||
| "@db-ux/wc-core-components": patch | ||
| --- | ||
|
|
||
| - fix(custom-select): keyboard navigation for option groups in single-select mode: | ||
| - Fixes a keyboard accessibility issue where users could not navigate to options in subsequent option groups using arrow keys in single-select mode. | ||
| - Now, all options are accessible via keyboard regardless of group boundaries. | ||
|
|
||
|
|
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
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.
Uh oh!
There was an error while loading. Please reload this page.