Closed
Bug 415070
Opened 17 years ago
Closed 17 years ago
Empty text accessibles still showing up in hierarchy
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
DUPLICATE
of bug 413394
People
(Reporter: aaronlev, Assigned: aaronlev)
References
(Blocks 1 open bug)
Details
(Keywords: access)
We should not create nsHTMLTextAccessible objects with only whitespace when it is next to something display:block.
Testcase:
http://www.mozilla.org/access/dhtml/tree
Extra empty text accessibles are created before each group box div, and thus we have to have an check to skip over these in nsAccUtils::GetARIATreeItemParent() (pending fix for bug 414976).
Assignee | ||
Comment 1•17 years ago
|
||
Probably related or the same as bug 413394.
Assignee | ||
Comment 2•17 years ago
|
||
Actually, it is just showing up near Yellow, and it's exactly the same problem as bug 413394. That space is in fact rendered after the image and before the next text.
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
•