New issue
Advanced search Search tips

Issue 638364 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Sep 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug

Blocked on:
issue 632035



Sign in to add a comment

Blink should handle MouseEnter and MouseOut events from the browser process

Project Member Reported by kenrb@chromium.org, Aug 16 2016

Issue description

With out-of-process iframes, we have to synthesize events in the browser process to allow MouseEnter and MouseLeave event handlers to fire in renderers that are not in the renderer process that is currently being targeted by a MouseMove.

The main part of this work is done here: https://codereview.chromium.org/2229463004/

This is a follow-up bug to add support for Blink to handle MouseEnter and MouseOut events. MouseEnter handlers need to fire without MouseMove events when the mouse cursor enters multiple nested OOPIFs simultaneously.

We similarly need a way to trigger MouseOut handlers in a parent page when the mouse cursor moves into an OOPIF without sending a MouseMove.
 
Cc: dtapu...@chromium.org mustaq@chromium.org

Comment 2 by kenrb@chromium.org, Aug 16 2016

Blockedon: 632035

Comment 3 by kenrb@chromium.org, Sep 15 2016

Status: WontFix (was: Assigned)
As per discussion on https://codereview.chromium.org/2229463004/, this doesn't seem to be necessary.

Sign in to add a comment