Chromium Code Reviews
DescriptionChange hittest node to be scrollbar's parent when hittest include a scrollbar
For this issue, we pass the MouseMove or MouseLeave event to subframe
when hittest result includes a scrollbar and a subframe (not
scrollbar's parent), then we missing the scrollbar because do a another
hit test in subframe.
In this patch, I change the innerNode of hittestResult to be
scrollbar's parent when hittestResult has a scrollbar at the end of
hittest. Also I remove the same code in
Document::updateHoverActiveState.
BUG=706401
Review-Url: https://codereview.chromium.org/2784313002
Cr-Commit-Position: refs/heads/master@{#461850}
Committed: https://chromium.googlesource.com/chromium/src/+/2275c1f6d1f074d065de4d0d1aef624f9fcefa66
Patch Set 1 #Patch Set 2 : fix tests and add test #
Total comments: 13
Patch Set 3 : for try bot #Patch Set 4 : bokan and mustaq comments addressed #
Total comments: 3
Patch Set 5 : bokan comment#24 addressed #Patch Set 6 : add comment to m_innerURLElement #
Total comments: 1
Patch Set 7 : mustaq comments addressed #Messages
Total messages: 32 (22 generated)
|