[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:06:03 PST 2010


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





--- Comment #2 from Kent Tamura <tkent at chromium.org>  2010-11-24 18:06:04 PST ---
> 1. <input type="range" step="any" id="range" min="0" max="300" />
> 2. document.getElementById("range").value = 199
> 
> Expected :
> document.getElementById("range").value should be 198.
> document.getElementById("range").stepMismatch() should be false correctly.

No.  This range input should accept any value in 0-300 because of step=any.
1/100 step behavior is just for keyboard operation.

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