Items in the middle of the page are selectable with a mouse click but not with the Tab key.
Categories
(Firefox :: New Tab Page, defect, P3)
Tracking
()
Accessibility Severity | s3 |
People
(Reporter: fzxcvqwerasd, Unassigned, NeedInfo)
References
Details
(Keywords: access, Whiteboard: [hnt])
Attachments
(1 file)
1.30 MB,
video/quicktime
|
Details |
Affected Version:
- Firefox 123.0.1 (64-bit)
Affected Platforms:
- MacOS 14.1 (23B2073)
Steps to Reproduce:
- Launch Firefox
- Press the Tab key to select an item in the center of the main Firefox page.
Actual Results:
- Using the Tab key does not select the item; it only selects the edit button in the top right corner of the item, preventing keyboard navigation to the page.
Expected Results:
- The Tab key should allow selection of the item to facilitate page navigation via the keyboard.
Comment 1•1 year ago
•
|
||
This appears to only affect macOS such that tabbing only navigates to the "..." menu of each tile, and never the tiles itself. This doesn't appear to affect Windows. Also moving this over to the New Tab Page component.
Managed to reproduce this issue on:
- Firefox Nightly 126.0a1;
- Firefox 125.0b5;
- Firefox 124.0.1;
Tested and reproduced on:
- macOS 12;
Setting as NEW.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 3•1 year ago
•
|
||
Sadly, this is likely the default behavior that the macOS is providing. By default, it's Text boxes and lists only
that are receiving keyboard focus.
There are two preferences that would affect the behavior of a keyboard navigation on macOS: the system-wide All controls
and the Firefox setting Use the tab key to move focus between form controls and links
- they both need to be checked for Tab
key to be able to navigate anywhere besides the (largely) text inputs while on macOS:
- "All controls" setting in macOS system prefs > Keyboard > Shortcuts should be allowed.
- In Firefox, when the
Use the tab key to move focus between form controls and links
is checked in the Settings (about:preferences#general
>Browsing
), Firefox does overwrite this behavior and allows users to navigate to interactive elements in content, as it is usually expected. Similar setting exists in Safari and Chrome too. Making it "on" in Firefox by default is tracked in bug 1036966.- Alternatively, you could change this pref in
about:configuration
: type inaccessibility.tabfocus
and change the value from0
to7
(more options)
- Alternatively, you could change this pref in
:fzxcvqwerasd or/and :Ardelean, could you check what are the current state of the macOS keyboard pref and the Firefox keyboard pref on your machines, so we could debug it? Thank you in advance!
Setting it up as access-S3
, in the meantime, but if the issue is confirmed with both keyboard access settings enabled, it should be upgraded to access-S2
.
Comment 4•1 year ago
•
|
||
Re-tested Firefox Nightly 127.0a1 and Firefox Beta 126.0b4 with the following scenarios:
- With both preferences disabled, issue is easily reproducible.
- With ‘’Use keyboard navigation to move focus between controls’ enabled and ‘Use the tab key to move focus between form controls and links’ disabled, issue is easily reproducible.
- With ‘Use keyboard navigation to move focus between controls’ disabled and ‘Use the tab key to move focus between form controls and links’ enabled, issue is not reproducible anymore.
- With both preferences enabled, issue is not reproducible anymore.
I hope this is helpful. Please let me know if there’s anything else I can do to help.
Updated•1 year ago
|
Description
•