Closed
Bug 67404
Opened 25 years ago
Closed 24 years ago
shift-tab doesn't work with tabindex
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: jruderman, Assigned: bryner)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [tabbing])
1. Load http://ureg.netscape.com/iiop/UReg2/reg/register in Mozilla.
2. Click on a form field in the middle of the form.
3. Press shift-tab.
Result: focus disappears.
Expected: focus goes to previous textbox.
Tabbing at this point puts focus in the location bar.
| Reporter | ||
Comment 1•25 years ago
|
||
Blocks messy/meta bug 4920, "shift tab does not go backwards in [some] forms".
Blocks: 4920
This is a dup of bug 36217 "Tabindex attribute not working with A, BUTTON, or
INPUT elements." because that form uses TABINDEX.
Comment 3•25 years ago
|
||
well, let's mark it that way then!
*** This bug has been marked as a duplicate of 36217 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 4•25 years ago
|
||
Testcase (thanks for the hint, hj) that shows shift-tab not working:
<tr>
<td><input TABINDEX="7" TYPE="text"></td></tr>
<tr><td><input TABINDEX="8" TYPE="text"></td></tr>
<tr><td><input TABINDEX="9" TYPE="text"></td></tr>
If the whitespace between the <tr> and the <td> at the top is removed, shift-
tab while in *either* of the second or third textboxes goes to the first
textbox.
Verif dupe. I've a comment to the other bug to check this testcase when it's
fixed.
Status: RESOLVED → VERIFIED
That other bug is fixed, but this testcase is still not functional. It looks
like it that you need to reopen this bug. Also note that bug 68703 is a dup of
this bug.
| Reporter | ||
Comment 9•25 years ago
|
||
The bug this is marked as a dup of was fixed, but this is still broken.
Reopening.
Cc blake. Want to fix this one too?
Status: VERIFIED → REOPENED
Resolution: DUPLICATE → ---
| Reporter | ||
Updated•25 years ago
|
Summary: shift-tab doesn't work on netcenter sign-up page → shift-tab doesn't work with tabindex
Comment 10•25 years ago
|
||
I'll take a look. shift-tab doesn't work too well/at all for tabindexes.
Assignee: alecf → blakeross
Status: REOPENED → NEW
Comment 11•25 years ago
|
||
bryner is working on this stuff as well, so be sure to talk to him.
Updated•25 years ago
|
Status: NEW → ASSIGNED
OS: Windows 98 → All
Priority: -- → P2
Hardware: PC → All
Target Milestone: --- → mozilla0.9
Comment 12•25 years ago
|
||
*** Bug 70904 has been marked as a duplicate of this bug. ***
Updated•25 years ago
|
Target Milestone: mozilla0.9 → mozilla0.9.2
Updated•24 years ago
|
Target Milestone: mozilla0.9.2 → mozilla0.9.3
Updated•24 years ago
|
Priority: P2 → --
Target Milestone: mozilla0.9.3 → mozilla1.0
Comment 13•24 years ago
|
||
*** Bug 89328 has been marked as a duplicate of this bug. ***
Comment 14•24 years ago
|
||
Bryner, this is probably already part of the tabbing fix you're working out.
Assignee: blakeross → bryner
Status: ASSIGNED → NEW
Whiteboard: [tabbing]
| Assignee | ||
Comment 15•24 years ago
|
||
Testing on build 2001101221, this is actually fixed already.
Status: NEW → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → FIXED
Comment 16•24 years ago
|
||
vrfy fixed with the test url.
linux - 2001.11.01.12
winNT - 2001.10.31.03
mac 10.1 - 2001.10.31.13
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•