[Webkit-unassigned] [Bug 30754] New: Drags and Dragover events not in sync

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 24 23:19:14 PDT 2009


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

           Summary: Drags and Dragover events not in sync
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://tolmasky.com/letmeshowyou/webkit/multipledragov
                    ers.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tolmasky at gmail.com


Per the spec
(http://www.whatwg.org/specs/web-apps/current-work/#current-drag-operation) it
appears every dragover should be preceded by a drag event, but it is possible
to get multiple dragovers for every single drag event.

In the sample URL, drag around a bit and you will see something like this:

...
drag
dragover
dragover
dragover
drag
...

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