Closed
Bug 280057
Opened 21 years ago
Closed 20 years ago
Radio menu items do not expose checked state
Categories
(Core :: Disability Access APIs, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
1.25 KB,
patch
|
timeless
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
Go to a submenu with radio style menu items.
For example, in Firefox go to View -> Page Style
Window-Eyes will not report the selected radio button menuitem as checked, and
the accessibility testing tools show that we do not expose the checked state.
Assignee | ||
Updated•21 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•20 years ago
|
||
Attachment #173782 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #173782 -
Flags: review?(pkwarren)
Comment 2•20 years ago
|
||
Comment on attachment 173782 [details] [diff] [review]
Insist that attribute checked== "true" to indicate checked
XUL is case sensitive so checkValue.EqualsLiteral etc should work.
Attachment #173782 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
Attachment #173782 -
Flags: review?(pkwarren) → review+
Assignee | ||
Comment 3•20 years ago
|
||
Checking in nsXULMenuAccessible.cpp;
/cvsroot/mozilla/accessible/src/xul/nsXULMenuAccessible.cpp,v <--
nsXULMenuAccessible.cpp
new revision: 1.32; previous revision: 1.31
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•