[Webkit-unassigned] [Bug 76244] New: REGRESSION(r99667 or r100111): A 'change' event does not fire when a mouse drag occurs to switch elements in a listbox <select>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 21:16:15 PST 2012


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

           Summary: REGRESSION(r99667 or r100111): A 'change' event does
                    not fire when a mouse drag occurs to switch elements
                    in a listbox <select>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: rakesh.kn at motorola.com


Reported at http://code.google.com/p/chromium/issues/detail?id=110068.


<select id="sel1" size="4" onchange="alert('event fired: ' + document.getElementById('sel1').value);">
<option>RED</option>
<option>GREEN</option>
<option>BLUE</option>
<option>YELLOW</option>
</select>

If you select an option by mouse dragging (not clicking), 'change' event doesn't fire. This problem was made by r99667 or r100111.

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