Closed Bug 1804566 Opened 3 years ago Closed 2 years ago

(Firefox MacOS) Cannot focus on <a /> anchor element using tab key

Categories

(Firefox :: Keyboard Navigation, defect)

Firefox 107
Desktop
macOS
defect

Tracking

()

RESOLVED DUPLICATE of bug 1036966
Tracking Status
firefox-esr102 --- affected
firefox107 --- affected
firefox108 --- affected
firefox109 --- affected

People

(Reporter: edjones1999, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:107.0) Gecko/20100101 Firefox/107.0

Steps to reproduce:

Create a simple web page including the following:

<a href="https://google.com" role="button" tabindex="0">This should be focusable</a>

This element should be focusable using the tab key, however it isn't.

Actual results:

The <a /> element is not focused, even with role="button" and tabindex="0"

Expected results:

The element should be focused with the tab key

The Bugbug bot thinks this bug should belong to the 'Firefox::Tabbed Browser' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: Untriaged → Tabbed Browser

Managed to reproduce the issue on macOS 11.6. The issue is not reproducible on Windows 10 x64 nor on Ubuntu 20.04 x64.

Severity: -- → S4
Status: UNCONFIRMED → NEW
Component: Tabbed Browser → Keyboard Navigation
Ever confirmed: true
OS: Unspecified → macOS
Hardware: Unspecified → Desktop

It seems that this is related to this pref accessibility.tabfocus not being set in macos. In windows and linux, this defaults to the value 7. Is there a reason behind this ?

Flags: needinfo?(dao+bmo)

This is a system setting, behavior matches safari, see bug 1036966.

Status: NEW → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1036966
Flags: needinfo?(dao+bmo)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.