[Webkit-unassigned] [Bug 16990] New: Setting value attribute on an <input type=range> to an out-of-range value fires oninput

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 23 16:45:44 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16990

           Summary: Setting value attribute on an <input type=range> to an
                    out-of-range value fires oninput
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: adele at apple.com


Setting the value attribute on an <input type=range> to an out-of-range value
fires oninput. According to Web Forms
<http://www.whatwg.org/specs/web-forms/current-work/#the-change>:

> [The input] event must be fired on a control whenever the value of the control changes due to input from the user

which sounds like we should not be firing this event in this case, since it's
not due to input from the user.


-- 
Configure bugmail: http://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