DescriptionFix for "Mouseovers follow the cursor even when there's a find bar in the way"
Perform a hit test in the render widget host view to check if the cursor is
actually on top of a different view - such as the find bar. If it is and that
view has a method -[(BOOL)nonWebContentView] that returns YES, then ignore
the event in the render widget host.
Change FindBarView to have the aforementioned method that returns YES.
Patch by Alexei Svitkine <asvitkine@chromium.org>
BUG=22191
TEST=Leave the content area by mousing over a visible find bar. Mouseovers
from the content area should extinguish, and no masked by the find bar
should be triggered.
R=mark@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=79438
Patch Set 1 #Patch Set 2 : '' #
Total comments: 1
Patch Set 3 : '' #
Total comments: 4
Patch Set 4 : '' #Patch Set 5 : '' #
Total comments: 2
Patch Set 6 : '' #Patch Set 7 : '' #Patch Set 8 : '' #Patch Set 9 : '' #
Messages
Total messages: 18 (0 generated)
|