[Webkit-unassigned] [Bug 50007] Auto-clamping values doesn't work for <input type="range" step="any" />

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 24 18:19:13 PST 2010


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





--- Comment #3 from Dai Mikurube <dmikurube at google.com>  2010-11-24 18:19:13 PST ---
(In reply to comment #2)

Thanks. Ok, so what should happen when :
1. <input type="range" step="any" id="range" min="0" max="300" />
2. document.getElementById("range").value = 199
3. sendKey('Up') for id="range"
?

Is it should be 202?

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