We need to account for culled inline parents of the hit-tested nodes.
The problem is that the mouse events aren't fired when there is the element culled inline like label element that doesn't has any background color or border or self-layer. We already handle area-based hit-tests for culled inline. This patch makes hit-test include not only area-based hit-tests but also point-based ones at the place handling culled inline. BUG=312199 R=rbyers@chromium.org, pdr@chromium.org, leviw@chromium.org TEST=LayoutTests/fast/events/hit-test-culled_inline.html Review URL: https://codereview.chromium.org/685963002 git-svn-id: svn://svn.chromium.org/blink/trunk@185417 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment