Closed Bug 1518738 Opened 6 years ago Closed 6 years ago

Some slotted inputs are not being navigated to by tabbing with keyboard

Categories

(Firefox :: Untriaged, defect)

64 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1512043

People

(Reporter: sarunas.ruc, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Steps to reproduce:

Create a form using web components, adding input fields to slots, try navigating with tab button on your keyboard.

Codepen example to reproduce:
https://codepen.io/anon/pen/xmzzmy

Actual results:

Tabbing through input fields skips some of them.
Tabbing path is (from codepen example):
Simple input
Slotted input #1
Slotted input #2
Slotted input #4
Slotted input #6

Fields Slotted input #3, Slotted input #5, Slotted input #7 are ignored.

Expected results:

Tabbing through fields should navigate to every field without skipping/ignoring any.

Tabbing path should be (from codepen example):
Simple input
Slotted input #1
Slotted input #2
Slotted input #3
Slotted input #4
Slotted input #5
Slotted input #6
Slotted input #7

  1. I've reproduced this bug on Firefox release 64.0.2 ( 20190108160530) and Firefox beta 65.0b9 (20190107180200).
  2. In the 2nd part of view, I cannot reproduce it on Firefox Nightly 66.0a1 Build ID: 20190114014511

So, please grab the version of Firefox Nightly from below link and let me know if the bug still occur:
https://nightly.mozilla.org/

Flags: needinfo?(sarunas.ruc)

Seems that this issue is duplicate after the bug 1512043.

Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Flags: needinfo?(sarunas.ruc)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.