Closed
Bug 329475
Opened 20 years ago
Closed 20 years ago
pressing tab between input boxes goes to address bar
Categories
(Firefox :: Keyboard Navigation, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: jamesm, Unassigned)
Details
Attachments
(1 file)
|
880 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060226 Debian/1.5.dfsg+1.5.0.1-3 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060226 Debian/1.5.dfsg+1.5.0.1-3 Firefox/1.5.0.1
I'll upload the testcase, which is valid html 4.01 transitional.
Reproducible: Always
Comment 2•20 years ago
|
||
According to the html spec, elements with a tabindex of 0 appear last in the tab order of the document, so you are tabbing past the last element, at which point the location bar is focussed and after tabbing a couple more times you reach the first element in the tab order (password).
Changing all tabindex's to be >0 would get what you are looking for.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 3•20 years ago
|
||
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•