Closed
Bug 299122
Opened 19 years ago
Closed 19 years ago
Support STATE_CHECKABLE on XUL menuitems and listitems
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
815 bytes,
patch
|
parente
:
review+
tor
:
superreview+
asa
:
approval1.8b3+
|
Details | Diff | Splinter Review |
Right now for xul:menuitem and xul:listitem it is unclear when something is
unchecked or just cannot have a checkmark, because the absence of STATE_CHECKED
doesn't tell you if something is checkable.
We've introduced a STATE_CHECKABLE flag to solve this.
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #187649 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #187649 -
Flags: review?(timeless)
Assignee | ||
Updated•19 years ago
|
Attachment #187649 -
Flags: review?(timeless) → review?(parente)
Attachment #187649 -
Flags: review?(parente) → review+
Attachment #187649 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
Assignee | ||
Updated•19 years ago
|
Attachment #187649 -
Flags: approval-l10n?
Assignee | ||
Updated•19 years ago
|
Attachment #187649 -
Flags: approval-l10n? → approval1.8b3?
Updated•19 years ago
|
Attachment #187649 -
Flags: approval1.8b3? → approval1.8b3+
Assignee | ||
Comment 2•19 years ago
|
||
Checking in nsXULMenuAccessible.cpp;
/cvsroot/mozilla/accessible/src/xul/nsXULMenuAccessible.cpp,v <--
nsXULMenuAccessible.cpp
new revision: 1.36; previous revision: 1.35
done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•