Closed
Bug 340261
Opened 18 years ago
Closed 18 years ago
nsAccessible::GetXULName ought to recognize that the labels are invisible and skip over them
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.8.1beta2
People
(Reporter: robert.strong.bugs, Assigned: aaronlev)
References
Details
(Keywords: access)
Spin off from bug 338048 comment #1
Assignee | ||
Updated•18 years ago
|
Assignee: aaronleventhal → pilgrim
Reporter | ||
Comment 1•18 years ago
|
||
Flags: blocking1.8.1?
Updated•18 years ago
|
Flags: blocking1.8.1? → blocking1.8.1+
Assignee | ||
Updated•18 years ago
|
Assignee: pilgrim → aaronleventhal
Assignee | ||
Comment 3•18 years ago
|
||
We do check visibility. See
http://lxr.mozilla.org/seamonkey/source/accessible/src/base/nsAccessible.cpp#1304
The richlistitem bugs are actually caused by the richlistitem GetLabel implementation which is used when nsIDOMXULSelectControlItemElement is supported
http://lxr.mozilla.org/seamonkey/source/accessible/src/base/nsAccessible.cpp#1630
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Comment 4•18 years ago
|
||
Does this still need to be on the blocking1.8.1 list?
Reporter | ||
Comment 5•18 years ago
|
||
The original cause as stated in bug 338048 comment #1 was incorrect and a new bug was opened for the actual cause - see bug 338048. I also requested blocking on bug 338048.
You need to log in
before you can comment on or make changes to this bug.
Description
•