DescriptionPrevent browser-side hit testing when page popup is selected
When any form of cross-process frames are enabled, the browser process
locks mouse input to a RenderWidgetHostView while a mouse button is
being held down. This also applies to page popups, which causes a
problem on Linux when a user drag-selects a drop-down menu from a
<select> element, because the popup does not receive any input until
the button is released.
This changelist exempts popup RenderWidgetHostViewAuras from browser-
side hit testing, ignoring mouse capture.
BUG=703191
Review-Url: https://codereview.chromium.org/2770923002
Cr-Commit-Position: refs/heads/master@{#459476}
Committed: https://chromium.googlesource.com/chromium/src/+/11f213aad14e128ee471fe900a10a05936384f41
Patch Set 1 #Patch Set 2 : Changed the test #
Total comments: 6
Patch Set 3 : Added a comment #Patch Set 4 : Rebase #
Messages
Total messages: 28 (21 generated)
|