[webkit-reviews] review requested: [Bug 18652] onchange events don't seem to fire for input[type=range] controls. : [Attachment 20952] Fixing another onchange problem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 3 13:21:37 PDT 2008


Rob Buis <rwlbuis at gmail.com> has asked	for review:
Bug 18652: onchange events don't seem to fire for input[type=range] controls.
http://bugs.webkit.org/show_bug.cgi?id=18652

Attachment 20952: Fixing another onchange problem
http://bugs.webkit.org/attachment.cgi?id=20952&action=edit

------- Additional Comments from Rob Buis <rwlbuis at gmail.com>
This patch fixes the problem that onchange is not fired when clicking (not
dragging) the thumb in a position outside of the current thumb position. The
extended testcase tests that, and also that clicking within the thumb does not
fire an onchange. All this matches Opera, FF3 and IE7 do not have true sliders
AFAIK, just line edits with a number for the slider value.
Cheers,

Rob.


More information about the webkit-reviews mailing list