[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 21:50:31 PST 2010


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





--- Comment #5 from Dai Mikurube <dmikurube at google.com>  2010-11-24 21:50:31 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > (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?
> 
> I think so.  The value should increase by 1/100 of the value range.

Thanks. So closing this bug.

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