Chromium Code Reviews
DescriptionAndroid accessibility actions inside iframes not sent to right frame
When sending a message from the BrowserAccessibilityManagerAndroid to the
render process to perform some accessibility action on a node, we need to
send it to the right frame by calling the delegate function on the node's
BrowserAccessibilityManager. We were incorrectly calling it on the current
BrowserAccessibilityManager, which is only the same for elements in the
root frame.
BUG=562757
Committed: https://crrev.com/909ee6ee26be0ad7f89e07806c96f142328e0993
Cr-Commit-Position: refs/heads/master@{#422887}
Patch Set 1 #
Total comments: 4
Messages
Total messages: 14 (7 generated)
|
|||||||||||||||||||