Closed
Bug 245883
Opened 21 years ago
Closed 21 years ago
List, list item objects should have STATE_READONLY
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
2.42 KB,
patch
|
pkwarren
:
review+
Henry.Jia
:
superreview+
|
Details | Diff | Splinter Review |
Now that we expose lists as ROLE_LIST and list items as ROLE_LISTITEM, there has
to be a way to expose whether they are the choice list widget are a normal list
within a document.
We intended to do this with STATE_READONLY, but a programming error cleared the
bit instead of set it.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #150274 -
Flags: review?(pkw)
Updated•21 years ago
|
Attachment #150274 -
Flags: review?(pkw) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #150274 -
Flags: superreview?(Henry.Jia)
Attachment #150274 -
Flags: superreview?(Henry.Jia) → superreview+
Assignee | ||
Comment 2•21 years ago
|
||
Checking in src/html/nsHTMLTextAccessible.h;
/cvsroot/mozilla/accessible/src/html/nsHTMLTextAccessible.h,v <--
nsHTMLTextAccessible.h
new revision: 1.26; previous revision: 1.25
done
Checking in src/xul/nsXULSelectAccessible.cpp;
/cvsroot/mozilla/accessible/src/xul/nsXULSelectAccessible.cpp,v <--
nsXULSelectAccessible.cpp
new revision: 1.19; previous revision: 1.18
done
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•