Closed
Bug 212626
Opened 23 years ago
Closed 23 years ago
iframe shortens shift+tab cycle
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: aaronlev)
References
()
Details
(Keywords: access, regression, testcase)
Attachments
(1 file)
|
294 bytes,
text/html
|
Details |
Steps to reproduce:
1. Load the testcase.
2. Shift+tab a bunch. (Holding down both works.)
Result: only the link right after the iframe, and the iframe itself, get focus.
This happens on any page containing an iframe.
The strange thing is that shift+tabbing from the iframe itself seems to depend
on "where you came from". If you tab into the iframe and shift+tab immediately,
shift+tab does the correct thing. But if you got into the iframe by
shift+tabbing, shift+tabbing out of the iframe goes to the wrong place.
| Reporter | ||
Comment 1•23 years ago
|
||
| Reporter | ||
Comment 2•23 years ago
|
||
This is a regression.
not buggy: Gecko/20021207 (Phoenix 0.5)
buggy: Gecko/20030312
buggy: Gecko/20030702
Bug 150994 was fixed during that time and is related.
Keywords: regression
| Assignee | ||
Comment 3•23 years ago
|
||
I saw this too while working on bug 211852. The patch there fixes this problem.
Comment 4•23 years ago
|
||
It sounds like a duplicate.
| Assignee | ||
Comment 5•23 years ago
|
||
checked in as bug 211852
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
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
•