[Webkit-unassigned] [Bug 134545] input type=range element should only fire change events after committing a value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 2 06:05:28 PDT 2014


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





--- Comment #2 from pom at graougraou.com  2014-07-02 06:05:47 PST ---
This patch is intended to bring the input type="range" element in line with the spec, so that change events are dispatched only after the change is committed, i.e., when the user stops dragging the thumb control (cf. http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#event-input-change). The previous behavior was to dispatch a "change" event on every interaction, which is already covered by the "input" event. Note that Firefox and Chrome implement the correct behavior. This patch brings WebKit in line with these implementations.

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