Closed
Bug 284610
Opened 20 years ago
Closed 15 years ago
focus gets stuck when tabbing to OBJECT referencing image
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: mounir)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
284 bytes,
text/html
|
Details |
When tabbing to an OBJECT element that's used like an IMG element, focus gets
stuck on it. It shouldn't attempt to take focus in the first place (it should
behave like IMG).
Steps to reproduce:
1. load URL in URL field of bug
2. click in URL bar
3. Hit tab repeatedly
Actual results: after focus moves to document, it moves to the second image and
then gets stuck
Expected results: after focus moves to document, it should move back to the URL
bar (cycle around)
Maybe related to bug 279378.
Comment 1•20 years ago
|
||
What should happen in this case?
Comment 2•20 years ago
|
||
I guess the current behaviour is correct for Testcase #2 - it's the
sub-document that is focused...
Taking, I will do a combined fix for this with bug 279378...
Assignee: nobody → mats.palmgren
Keywords: testcase
Assignee | ||
Comment 4•15 years ago
|
||
I can't reproduce this bug anymore. David, could you confirm this has been fixed somehow?
Comment 5•15 years ago
|
||
Fixed by bug 596350 AFAICT.
Assignee: matspal → mounir.lamouri
Status: NEW → RESOLVED
Closed: 15 years ago
Depends on: 596350
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•