[Webkit-unassigned] [Bug 26758] New: eventSender.mouseUp during a drag can dispatch a duplicate mouseup event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 26 12:30:10 PDT 2009


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

           Summary: eventSender.mouseUp during a drag can dispatch a
                    duplicate mouseup event
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://trac.webkit.org/export/45273/trunk/LayoutTests/ed
                    iting/selection/user-drag-element-and-user-select-
                    none.html
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrowe at apple.com


The user-drag-element-and-user-select-none.html layout test causes weird
behavior on Mac OS X.  In the third part of the test, the call to
eventSender.mouseUp that terminates the drag results in *two* mouseup events
being dispatched.  The first is dispatched from -[EventSendingController
mouseUp:], and the second is dispatched from -[WebHTMLView
draggedImage:endedAt:operation:].  This duplicate mouseup event is not
dispatched on Windows.

Note that I'm changing user-drag-element-and-user-select-none.html to avoid
depending on this Mac-specific bug in order to have it pass on other platforms.


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