Closed
Bug 148007
Opened 24 years ago
Closed 24 years ago
nsIAccessible's accState doesnot return proper values for XUL <label> and <description> nodes
Categories
(Core :: Disability Access APIs, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla1.1alpha
People
(Reporter: dsirnapalli, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
|
1.33 KB,
patch
|
yuanyi21
:
review+
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
<label value="Click here:" control="open-button"/>
<description>
Testing Description tag for Accessibility.
</description>
Add the above text to the xul file and open in mozilla or embedding application.
open Inspect and click on "show highlight rectangle". Move the cursor on to the
label text or description text. watch the State attribute in Inspect tool. You
see "readonly, focusable, selectable". It should show only "readonly", since
text is not focusable and selectable.
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla1.0.1
| Assignee | ||
Comment 1•24 years ago
|
||
Comment on attachment 85648 [details] [diff] [review]
Overrides GetAccState for nsXULTextAccessible, so that it only supports STATE_READONLY
r=kyle
Attachment #85648 -
Flags: review+
Comment 3•24 years ago
|
||
Comment on attachment 85648 [details] [diff] [review]
Overrides GetAccState for nsXULTextAccessible, so that it only supports STATE_READONLY
sr=hewitt
Attachment #85648 -
Flags: superreview+
| Assignee | ||
Comment 4•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•23 years ago
|
||
-- Verified the bug in today's trunk build. Works fine. Marking bug as verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•