Closed
Bug 9813
Opened 25 years ago
Closed 25 years ago
[Patch] Tabbing between links with tabindex is broken.
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: alla, Assigned: joki)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
There are two problems:
* Shifting focus backwards (shift-tab) doesn't work well.
* When moving from the last/first focus-element to the first/last
the focus was left on the last/first element.
Try it out by adding a:focus {border: solid blue thin} to ua.css
He has patches for the event state manager, which is your baliwick...have at it
:-)
Assignee | ||
Comment 4•25 years ago
|
||
Cool. I'll take a look and see if I can get this in today.
Status: NEW → ASSIGNED
Target Milestone: M9
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
Okay so it took me a couple of days but I checked in the fix. I believe there
may still be some issues with tabbing in complex situations but having more
general bugs like this on open doesn't help those so I'm marking this fixed.
If people have specific test cases that don't work we'll file new bugs.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•25 years ago
|
||
Based on Joki's comments, I marking as verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•