[Webkit-unassigned] [Bug 13274] Mouse events are not always sent to the "captured" subframe when dragging

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 5 16:47:05 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13274





------- Comment #6 from occupant4 at gmail.com  2007-04-05 16:47 PDT -------
I think if you do widget-level capture, you'll end up with a weird
inconsistency.  Right now, mousemove events are sent to every frame that the
mouse is over (for example, in my test page, mouse over the subframe, and both
the subframe and toplevel receive mousemove events).  With widget-level
capture, only the captured widget will receive events.  So you'll have this
situation where the toplevel frame always receives mousemove events, unless a
subframe has capture.

Not sure if that really matters, though.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list