[webkit-reviews] review requested: [Bug 13274] Mouse events are not always sent to the "captured" subframe when dragging : [Attachment 13950] possible patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 4 14:43:09 PDT 2007


Dex Deacon <occupant4 at gmail.com> has asked  for review:
Bug 13274: Mouse events are not always sent to the "captured" subframe when
dragging
http://bugs.webkit.org/show_bug.cgi?id=13274

Attachment 13950: possible patch
http://bugs.webkit.org/attachment.cgi?id=13950&action=edit

------- Additional Comments from Dex Deacon <occupant4 at gmail.com>
Here's my attempt at a patch.  It uses the existing m_capturingMouseEvents
variable on EventHandler to remember that future events should be routed to a
subframe.  The layout tests pass, but I'm not quite sure if it would interfere
with other uses of m_capturingMouseEvents (or if it does, maybe it should).



More information about the webkit-reviews mailing list