Closed
Bug 664443
Opened 13 years ago
Closed 8 years ago
Additional actions tests for linkables and clickables
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: MarcoZ, Unassigned)
References
Details
Attachments
(1 file)
6.65 KB,
patch
|
Details | Diff | Splinter Review |
This is a follow-up to bug 659620.
The current state is that the attached test additions don't work. Trevor gives a reason in bug 659620 comment #47:
> Marco said on irc that the problem was when we try to focus link2. when I broke on DoAction(0 in gdb I found that nsAccessible::DoAction() was being called not anything in nsLinkableAccessible. nothing appears immediately wrong with nsAccessible::DoAction() however I notice that nsAccessible::DoCommand() just calls NS_DISPATCH_RUNNABLE_METHOD_ARG2() with a function that sends mouse up / down events, but I'm not seeing why a click event will get generated.
Further work on this, since it seems to uncover a different bug, should be done here rather than in the other bug.
Comment 1•8 years ago
|
||
Closing as part of a batch cleanup of old untouched bugs. This bug hasn't been touched for at least 2000 days.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•