[Webkit-unassigned] [Bug 130525] New: Select element doesn't fire correct events when mouse is dragged away.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 20 11:51:52 PDT 2014


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

           Summary: Select element doesn't fire correct events when mouse
                    is dragged away.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rlobkovsky at hotmail.com


Created an attachment (id=227311)
 --> (https://bugs.webkit.org/attachment.cgi?id=227311&action=review)
Test case

On select elements that look like list boxes (i.e. not dropdowns -- although I haven't checked), clicking on a previously-unselected option produces the following event sequence: mousedown, mouseup, change, click (I'm omitting others such as mousemove). This is what's expected, and what other browsers do. However, if you click on a previously-unselected option and drag the mouse outside the select element, and then let go, you only get mousedown. In both Firefox and IE, you get mousedown, mouseup, change.

Steps to reproduce:
1) Open the attached test case.
2) Click on an unselected option in the list box and without letting go, drag the mouse outside the list box.
3) Let go the mouse button.

Actual result: below the list box, you only see "mousedown".
Expected result: you should see "mousedown", "mouseup", "change".

Build: Chrome Windows 33.0.1750.154 (Official Build 257193) m
WebKit: 537.36 (@169182)

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