[Webkit-unassigned] [Bug 66778] Up & down arrows of HTML5 number inputs do not trigger onchange

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 10:14:21 PDT 2011


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


Ian 'Hixie' Hickson <ian at hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |ian at hixie.ch




--- Comment #1 from Ian 'Hixie' Hickson <ian at hixie.ch>  2011-08-23 10:14:22 PST ---
You want oninput, not onchange. onchange only fires when the value is committed (in this case, by the user going to another control). oninput fires whenever the value changes.

(Please file a new bug if oninput doesn't work, though!)

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