Closed
Bug 402600
Opened 18 years ago
Closed 17 years ago
Firefox should take children into account when setting MSAA invisible state on elements with size 0x0
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: simon.bates, Assigned: aaronlev)
Details
Attachments
(2 files)
|
367 bytes,
text/html
|
Details | |
|
1.58 KB,
patch
|
ginnchen+exoracle
:
review+
damons
:
approval1.9+
|
Details | Diff | Splinter Review |
Firefox sets the MSAA invisible state on elements with computed width and height of 0x0 even if they have visible children. For example a div with only absolutely positioned children will have a size of 0x0 even though its children are visible.
To reproduce:
1. start the Microsoft Inspect tool
1. open the attached invisible_slider.html
1. tab to the #container div (box will turn blue)
Expect: Inspect not to report State: invisible
Actual: Inspect reports State: invisible
| Reporter | ||
Comment 1•18 years ago
|
||
| Reporter | ||
Updated•18 years ago
|
Attachment #287449 -
Attachment description: testcase → invisible_slider.html
| Assignee | ||
Comment 2•18 years ago
|
||
Attachment #287489 -
Flags: review?(ginn.chen)
Attachment #287489 -
Flags: review?(ginn.chen) → review+
| Assignee | ||
Updated•18 years ago
|
Attachment #287489 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #287489 -
Flags: approval1.9? → approval1.9+
| Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•