Closed Bug 67404 Opened 24 years ago Closed 23 years ago

shift-tab doesn't work with tabindex

Categories

(Core :: DOM: UI Events & Focus Handling, defect)

defect
Not set
normal

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.
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.
well, let's mark it that way then!

*** This bug has been marked as a duplicate of 36217 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
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.
Bug 68703 also has a test case attached.
*** Bug 68703 has been marked as a duplicate of this bug. ***
*** Bug 69697 has been marked as a duplicate of this bug. ***
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 → ---
Summary: shift-tab doesn't work on netcenter sign-up page → shift-tab doesn't work with tabindex
I'll take a look.  shift-tab doesn't work too well/at all for tabindexes.
Assignee: alecf → blakeross
Status: REOPENED → NEW
bryner is working on this stuff as well, so be sure to talk to him.
Status: NEW → ASSIGNED
OS: Windows 98 → All
Priority: -- → P2
Hardware: PC → All
Target Milestone: --- → mozilla0.9
*** Bug 70904 has been marked as a duplicate of this bug. ***
Target Milestone: mozilla0.9 → mozilla0.9.2
Target Milestone: mozilla0.9.2 → mozilla0.9.3
Priority: P2 → --
Target Milestone: mozilla0.9.3 → mozilla1.0
*** Bug 89328 has been marked as a duplicate of this bug. ***
Blocks: focusnav
Bryner, this is probably already part of the tabbing fix you're working out.
Assignee: blakeross → bryner
Status: ASSIGNED → NEW
Whiteboard: [tabbing]
Testing on build 2001101221, this is actually fixed already.
Status: NEW → RESOLVED
Closed: 24 years ago23 years ago
Resolution: --- → FIXED
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
Component: Keyboard: Navigation → User events and focus handling
You need to log in before you can comment on or make changes to this bug.