Bug 45267

Summary: Change event not fired on number input when ticker is used
Product: WebKit Reporter: apple.com
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, bugzilla, dtrebbien, tkent
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   

apple.com
Reported 2010-09-06 07:46:14 PDT
<input max="100" min="0" name="foo" type="number" value="" /> when using the above html code and changing the value using the ticker (webkit specific UI, as part of the new html5 custom input UI) the javascript event 'change' isn't fired.
Attachments
Maykel Loomans
Comment 1 2010-09-20 02:13:49 PDT
I also found this to be true; Events that get fired are click-based events, yet the 'change' event is not fired.
Kent Tamura
Comment 2 2013-01-30 17:57:55 PST
I confirmed Safari 6 dispatched 'change' events. This bug was already fixed.
Note You need to log in before you can comment on or make changes to this bug.