Closed
Bug 146828
Opened 23 years ago
Closed 23 years ago
nsIAccessible's accDoAction does not work for XUL Radio Button Node
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dsirnapalli, Assigned: yuanyi21)
Details
Attachments
(2 files)
3.25 KB,
application/vnd.mozilla.xul+xml
|
Details | |
751 bytes,
patch
|
aaronlev
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
-- Test case attached.
-- I wrote onClick event on radiobutton.
domNode.addEventListener('click', nodeClicked,true);
When we call accDoAction on XUL Radiobutton node onclick event does not get fired.
i put some alert statements in nodeClicked() function. when you click on the
radiobutton manually you can see that alert.
i put some alert statement in the test case. first alert which come up is the
role of the radiobutton(which is 45), next is no: of actions(which is 1), action
name (select).
after that the alert you see is "NodeClick:Radio Button Not Clicked". it should
show "NodeClick:Radio Button Clicked".
Reporter | ||
Comment 1•23 years ago
|
||
aaron, this similar path needs your r= too.
Assignee: aaronl → kyle.yuan
Comment 4•23 years ago
|
||
Comment on attachment 84993 [details] [diff] [review]
same as Button and CheckBox (DoCommand => Click)
r=aaronl
Attachment #84993 -
Flags: review+
Comment 5•23 years ago
|
||
Comment on attachment 84993 [details] [diff] [review]
same as Button and CheckBox (DoCommand => Click)
sr=jst
Attachment #84993 -
Flags: superreview+
checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•23 years ago
|
||
-- verified in current nightly 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
•