[Webkit-unassigned] [Bug 25922] New: setting event.dataTransfer.dropEffect from ondragover break, but ondragenter works

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 21 03:37:03 PDT 2009


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

           Summary: setting event.dataTransfer.dropEffect from ondragover
                    break, but ondragenter works
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: oliver at apple.com


setting event.dataTransfer.dropEffect from ondragover break, but ondragenter
works

See attached test case.

The goal of the attached test case is to make the page *not* navigate when a
file is dropped on it (as is the default browser behavior.  The page works
correctly if you only set event.dataTransfer.dropEffect from within
ondragenter.  If you also set dropEffect from ondragover, then the page breaks!
 Seems like a bug.


-- 
Configure bugmail: https://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