Closed
Bug 391671
Opened 17 years ago
Closed 17 years ago
ARIA trees have incorrect 'level' object attribute
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: scott, Assigned: surkov)
References
(Blocks 2 open bugs)
Details
(Keywords: access, regression)
Attachments
(1 file)
(deleted),
patch
|
aaronlev
:
review+
damons
:
approval1.9+
|
Details | Diff | Splinter Review |
ARIA trees items are reporting incorrect object attribute 'level' values. They are always returning 1 no matter what level the item may be at.
Test cases:
http://www.mozilla.org/access/dhtml/tree
http://www.mozilla.org/access/dhtml/class/tree
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_Tree.html (2nd tree)
Updated•17 years ago
|
Comment 1•17 years ago
|
||
Big regression in ARIA that we need to fix.
Assignee | ||
Comment 2•17 years ago
|
||
The problem is we think treeitem must be child of treeitem. But all examples uses group role to make a level. So the tree of examples is:
tree
group
treeitem
group
treeitem
But we think
tree
treeitem
treeitem
treeitem
or something similar
Assignee | ||
Comment 3•17 years ago
|
||
Assignee: aaronleventhal → surkov.alexander
Status: NEW → ASSIGNED
Attachment #276128 -
Flags: review?(aaronleventhal)
Attachment #276128 -
Flags: approval1.9?
Comment 4•17 years ago
|
||
Comment on attachment 276128 [details] [diff] [review]
patch
Ah, was that accidentally changed when we moved to calculate this info in GetAttributes()?
Attachment #276128 -
Flags: review?(aaronleventhal) → review+
Assignee | ||
Comment 5•17 years ago
|
||
(In reply to comment #4)
> (From update of attachment 276128 [details] [diff] [review])
> Ah, was that accidentally changed when we moved to calculate this info in
> GetAttributes()?
>
Probably accidentally. And I did it in bug 375534.
Updated•17 years ago
|
Attachment #276128 -
Flags: approval1.9? → approval1.9+
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: blocking1.9?
You need to log in
before you can comment on or make changes to this bug.
Description
•