Closed
Bug 72597
Opened 24 years ago
Closed 23 years ago
[tabbing] Can't tab into absolutely positioned element (position:absolute)
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: bzbarsky, Assigned: bryner)
References
Details
(Keywords: access)
Attachments
(1 file)
601 bytes,
text/html
|
Details |
BUILD: linux 2001-03-14-05 and win2k 2001-03-10-08
STEPS TO REPRODUCE:
1) load attached testcase
2) hit tab once. Watch the first anchor get focused
3) hit tab a second time. Watch the second anchor get focused
4) hit tab a third time. Watch the third anchor _not_ get focused
EXPECTED RESULTS: can tab to anchor inside absolutely positioned div
ACTUAL RESULTS: after tabbing for a while, we come back to the URL bar, and we
never get to the anchor inside absolutely positioned div
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
I have no idea how to fix this.
hoping aaronl will take this from me.
Priority: -- → P3
Target Milestone: --- → Future
Reporter | ||
Updated•24 years ago
|
Reporter | ||
Updated•23 years ago
|
Summary: Can't tab to <a> in absolutely positioned <div> → Can't tab into absolutely positioned element
Reporter | ||
Updated•23 years ago
|
Summary: Can't tab into absolutely positioned element → Can't tab into absolutely positioned element (position:absolute)
Reporter | ||
Comment 6•23 years ago
|
||
assigning to bryner per aaronl's recommendation
Assignee: alecf → bryner
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Summary: Can't tab into absolutely positioned element (position:absolute) → [tabbing] Can't tab into absolutely positioned element (position:absolute)
Assignee | ||
Comment 7•23 years ago
|
||
This works for me now... I suspect it was fixed by one of my previous checkins.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
testcase works.
tested using the following commercial verification bits:
linux [rh6.2] - 2001.11.01.12
winnt - 2001.10.31.03
mac 10.1 - 2001.10.31.13
Status: RESOLVED → VERIFIED
Comment 9•22 years ago
|
||
*** Bug 160541 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 10•22 years ago
|
||
*** Bug 187886 has been marked as a duplicate of this bug. ***
Updated•6 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
•