[Webkit-unassigned] [Bug 20565] Drag and drop issues after DOM modifications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 25 16:42:17 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=20565


Aaron Golden <aegolden at gmail.com> changed:

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




--- Comment #2 from Aaron Golden <aegolden at gmail.com>  2009-07-25 16:42:16 PDT ---
Created an attachment (id=33498)
 --> (https://bugs.webkit.org/attachment.cgi?id=33498)
Patch to use m_documentUnderMouse instead of element->ownerDocument() when
element is NULL.

This patch prevents the crash by avoiding using a NULL result from
elementFromPoint.  I'm not sure if this is what we want or if we should,
instead, prevent elementFromPoint from ever returning NULL in the first place.

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



More information about the webkit-unassigned mailing list