Some slotted inputs are not being navigated to by tabbing with keyboard
Categories
(Firefox :: Untriaged, defect)
Tracking
()
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
Comment 1•6 years ago
|
||
- I've reproduced this bug on Firefox release 64.0.2 ( 20190108160530) and Firefox beta 65.0b9 (20190107180200).
- 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/
Comment 2•6 years ago
|
||
Seems that this issue is duplicate after the bug 1512043.
Description
•