DescriptionImprove accessible hit testing heuristic.
When doing recursive hit testing and the point falls within two children
of the same element, prefer the one that has an indirect descendant
(i.e. grandchild) match.
A better fix would be to send an IPC to the renderer and let Blink do
the hit testing, I filed another bug (357371) for that. This is a stopgap.
Note, though, that we still need this hit testing algorithm for
synchronous APIs (like on Windows), so it's worth improving this.
BUG=357247
R=aboxhall@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260161
Patch Set 1 #
Total comments: 5
Patch Set 2 : Improve comments #Patch Set 3 : Update comment some more #Patch Set 4 : Rebase #Messages
Total messages: 5 (0 generated)
|