Invalid selection occurs when changing select options with arrow keys
Categories
(Firefox :: Settings UI, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox147 | --- | unaffected |
| firefox148 | --- | wontfix |
| firefox149 | --- | wontfix |
| firefox150 | --- | wontfix |
| firefox151 | --- | verified |
People
(Reporter: akulyk, Assigned: akulyk)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [recomp])
Attachments
(2 files)
Arrow key navigation selects separator as a value instead of skipping it in moz-select that has options with icons.
Steps to Reproduce:
- Go to moz-select Storybook page.
- Use keyboard to set focus on
moz-select - Use the Up/Down arrow keys to navigate through the select options (dropdown is closed).
- Observe behavior when navigation reaches the separator.
Expected Result:
Separators should be skipped during keyboard navigation, and selection should move directly to the next option.
Actual Result:
The separator is selected and treated as an undefined value.
Notes:
Does not appear to occur when using mouse selection.
Updated•2 months ago
|
Comment 1•2 months ago
|
||
Set release status flags based on info from the regressing bug 1969475
:mkennedy, since you are the author of the regressor, bug 1969475, could you take a look?
For more information, please visit BugBot documentation.
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Comment 4•1 month ago
|
||
| bugherder | ||
Comment 5•1 month ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Comment 6•1 month ago
|
||
The patch landed in nightly and beta is affected.
:akulyk, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox150towontfix.
For more information, please visit BugBot documentation.
There's no need to uplift this patch, as the only moz-select that has both icons and separator is used in redesigned Applications Settings section that is currently hidden behind browser.settings-redesign.enabled pref.
Updated•1 month ago
|
Comment 8•23 days ago
•
|
||
Confirming that this issue is no longer reproducible with Firefox 151.0a1 (2026-04-16) on Windows 11, macOS 26 and Ubuntu 24 using the steps from comment 0 or using keyboard arrow keys on the Applications sections with browser.settings-redesign.enabled:true.
Note that the Use other... option is not visually displayed when using arrow keys to change options. See bug 2032378
Description
•