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
<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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Maykel Loomans
I also found this to be true;
Events that get fired are click-based events, yet the 'change' event is not fired.
Kent Tamura
I confirmed Safari 6 dispatched 'change' events. This bug was already fixed.