Closed
Bug 68703
Opened 25 years ago
Closed 25 years ago
back-tabbing skips elements with tabindex set
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
People
(Reporter: jsp, Assigned: joki)
Details
Attachments
(1 file)
|
1.57 KB,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20010208
BuildID: 2001020804
Mozilla skips over elements with tabindex set when back-tabbing. You can tab
(forward) through such elements.
Reproducible: Always
Steps to Reproduce:
Load the attachment. Tab forward through the anchors to the last one, then
shift-tab to navigate backwards.
Actual Results: You can navigate forward and backward between the last two
anchors, which do not have tabindex set, but you can only go forward through the
first two, which have tabindex set. Shift-tab skips over them.
Expected Results: You should be able to access all four anchors by tabbing or
back-tabbing.
Same on Macintosh build 2001020208.
I concur. I'm not sure how I missed it; I searched for "tab" in the summary, I
really did!
Comment 4•25 years ago
|
||
Marking as dupe.
*** This bug has been marked as a duplicate of 67404 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•24 years ago
|
QA Contact: madhur → rakeshmishra
Updated•23 years ago
|
QA Contact: rakeshmishra → trix
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•