Closed
Bug 308078
Opened 19 years ago
Closed 19 years ago
tabbing through HTML fields with tab key misses a field
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: nickcobb, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Use the tab key to cycle through links/fields on this web page. The focus does not go to one of the fields. https://webmail.mentor.com/exchweb/bin/auth/owalogon.asp?url=https://webmail.mentor.com/exchange/&reason=0 Reproducible: Always Steps to Reproduce: 1. go to above web site 2. hit tab key once, focus goes to "MGC/Username" entry field 3. hit tab key again, focus goes to "Password" entry field 4. hit tab key again, focus goes to "logon" button 5. hit tab key again, focus goes to "Public Computer" radiobutton 6. hit tab one last time, focus does not go to "Private Computer" radiobutton Actual Results: The focus did not go to the "Private Computer" radiobutton. Expected Results: The focus should go to the "Private Computer" radiobutton, at which point, the "space" key can be used to select that option. This works correctly on Mozilla/Netscape, but not on Firefox. It appears that the focus never goes to the unselected item(s) in a radiobutton object (when using the tab key). The focus tabs to the currently selected button only. If you use the mouse to select the "Private Computer" radiobutton, then tab through the items again, this time it will not put focus on the "Public Computer" button. Again, this problem does not occur when using Mozilla or Netscape browser.
Comment 1•19 years ago
|
||
That's as-designed: see bug 17602. Tab takes you to a radio group, arrow keys move you within it (which blows in your case, but having to tab through every one blows in a form with a group of two dozen radio buttons where you wanted the first one anyway). You would see the same behavior with a trunk Suite build, it's just the 1.7x release branch that does the old tab-through-every-one (and also in Opera, and IE, and probably most others too).
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•