Open
Bug 395704
Opened 17 years ago
Updated 2 years ago
Spatial navigation picks up elements with visibility: hidden; in their computed style
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
NEW
People
(Reporter: WeirdAl, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Not tested on trunk. On 1.8 branch, symantec.com and walmart.com have many elements hidden from the user by the visibility: hidden; styling. Alas, spatial navigation picks them up.
This should be pretty easy to fix: getComputedStyle from the window on the element in question, get visibility, check to see if it says "hidden".
Reporter | ||
Updated•17 years ago
|
Attachment #280381 -
Attachment mime type: text/plain → text/html
Assignee | ||
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•