[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
Wed Apr 4 14:43:10 PDT 2007


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


occupant4 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13950|                            |review?
               Flag|                            |




------- Comment #3 from occupant4 at gmail.com  2007-04-04 14:43 PDT -------
Created an attachment (id=13950)
 --> (http://bugs.webkit.org/attachment.cgi?id=13950&action=view)
possible patch

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).


-- 
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