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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 29 18:04:41 PDT 2009


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


Oliver Hunt <oliver at apple.com> changed:

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




--- Comment #3 from Oliver Hunt <oliver at apple.com>  2009-07-29 18:04:40 PDT ---
(From update of attachment 33498)
This is basically a good patch but it needs a testcase, and i think there
should be an assertion:
> +    if (element) {
           ASSERT(element->ownerDocument() == m_documentUnderMouse);
> +        innerFrame = element->ownerDocument()->frame();
> +    } else
> +        innerFrame = m_documentUnderMouse->frame();
> +    
>      ASSERT(innerFrame);
>  
>      if (dragData->containsColor()) {

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