[Bug 19073] New: WF3: Allow two handles on input type="range", like this: http://jqueryui.com/demos/slider/#range

Hi. i saw a feature request on two handles for input type range.
I just want to suggest that any numbers off handels would be ideal (at
least for my projekt i have built).
and i hope you would take this into consideration when and if you are
implementing this so it would be smart enough. so we dont not having to
implement just another new range feature.

Its a modification of jquery ui range i have built long time ago
the concept is that it has any amount of handle bars and a range fill
in-between every handle. but mine hides odds range fills with css

for example:
my model-value is an array [2,4,6,8] where min="0" and max="100"
it means show a handle bar at position 2,4,6 and 8 and make a visual range
between each one of them, then hide the odds


here is were i'm using it
http://draw9patch.com/


here is someone using 3 handles
http://www.kelvinluck.com/assets/jquery/ui-slider/slider_test.html

Received on Monday, 14 July 2014 17:30:43 UTC