DescriptionSend a Blur notification to the renderer if we receive a mouse exit for a window outside a popup.
Blink maintains state for popups whether they are hidden shown etc. So when a popup is shown and
an action causes the popup to be hidden then blink changes the state to hidden. If an action causes
the popup to be closed on the browser without notifying blink that the popup is going away due to focus
being lost on the parent view, then blink assumes that the popup is still visible.
As a result clicking again on a select box would just hide the popup as blink thinks the popup is visible.
This bug is only triggered in corner cases like ASH where you have one root window parenting everything else.
On regular desktop environments clicking outside the browser window while the popup is open would cause activation
changes to occur which would ensure that the Blur notification goes through to the browser.
The other change is a simple fix in delegate_execute which caused it to crash in debug mode on a multi dll build.
Crash occurred because we were looking for version information in base.dll while launching the crash server.
BUG=482937
Committed: https://crrev.com/56fb0ec2da13e47e65d1ef8e07dee1a9a37fde70
Cr-Commit-Position: refs/heads/master@{#329563}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|