[Webkit-unassigned] [Bug 84674] New: Input type=range issue with events not being raised when value set in js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 24 00:42:32 PDT 2012


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

           Summary: Input type=range issue with events not being raised
                    when value set in js
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: balders at magna.com.au


Clicking to the left of the thumb moves the thumb but does not not generate "onclick"  or "onchange" event. Second clicks work. 

<html>                  
        <body onload='document.getElementById("myRange").value=1; alert("Primed: Click to the left fails. Click to the right works.");'>
                <input type="range" id="myRange" min="0" max="3" value="0" onclick="alert('onclick');" onchange="alert('onchange');" />
        </body>                 
</html>

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