Closed
Bug 394201
Opened 17 years ago
Closed 17 years ago
overflow styles should not impact STATE_FOCUSABLE
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 257938
People
(Reporter: jdiggs, Assigned: aaronlev)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Steps to reproduce:
1. Use Accerciser to examine the states of the section in the attached test case.
Expected results: STATE_FOCUSABLE would not be present because the section is not a focusable object (i.e. it's just text).
Actual results: STATE_FOCUSABLE is present.
2. Edit the test case to remove the overflow:auto; style. Re-examine the section in Accerciser. Now STATE_FOCUSABLE is not present.
Note that overflow:scroll; also causes this behavior.
Reporter | ||
Comment 1•17 years ago
|
||
Reporter | ||
Comment 2•17 years ago
|
||
Aaron just pointed out bug #257938 to me. Looks like this is a dup. My apologies.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•