RESOLVED FIXED 36132
VO not able to perform a VO-spacebar on facebook links
https://bugs.webkit.org/show_bug.cgi?id=36132
Summary VO not able to perform a VO-spacebar on facebook links
chris fleizach
Reported 2010-03-15 13:25:22 PDT
There are links on facebook that clearly should except a AXPress, but seem to do nothing when using VO-spacebar. SOme links include: • "click here to comment"
Attachments
patch (3.81 KB, patch)
2010-03-15 13:37 PDT, chris fleizach
bdakin: review+
chris fleizach
Comment 1 2010-03-15 13:37:34 PDT
chris fleizach
Comment 2 2010-03-15 13:39:14 PDT
the w3 specs say that label element should pass its access key action to its corresponding control, but it doesn't say what happens when there is no corresponding control. it seems like it should handle it itself an alternative to do this is for accessibility code to stop using accessKeyAction for the "press" action, and instead use dispatchSimulatedClick the downside to that is that there is a bunhc of logic in subclasses using accessKeyAction on whether the element should take focus first or not
chris fleizach
Comment 3 2010-03-15 15:07:39 PDT
chris fleizach
Comment 4 2010-03-15 15:17:44 PDT
for some reason test is failing
chris fleizach
Comment 5 2010-03-15 15:32:55 PDT
forgot to commit webkit tools changelog
chris fleizach
Comment 6 2010-03-15 15:55:33 PDT
got mac layout tests working. now to see if i can implement the press action for gtk and windows
chris fleizach
Comment 7 2010-03-15 16:20:27 PDT
looked like the windows press action did not work. i will skip that test and i filed https://bugs.webkit.org/show_bug.cgi?id=36145 waiting to see what happens on GTK
Note You need to log in before you can comment on or make changes to this bug.