DescriptionMake click targets inside links work.
There are pages that attach click handlers to elements that are found inside links, and screen readers might try to click such elements. Our existing doDefaultAction logic wasn't handling this possibility.
For example, there might be a graphic inside a link and the screen reader might invoke the default action on the graphic.
BUG=615904
R=dmazzoni@chromium.org
Committed: https://crrev.com/d4cff44e1023869434c07689e29ee4440a3b7a2e
Cr-Commit-Position: refs/heads/master@{#397211}
Patch Set 1 #Patch Set 2 : Fixed compilation error. #Patch Set 3 : Test added. #Patch Set 4 : Tests both for the firing of the DOM click event in addition to the accessibility click event when … #Patch Set 5 : Fixed the flakiness of the test. #
Messages
Total messages: 15 (2 generated)
|