Side navigation
#2434 closed bug (fixed)
Opened February 29, 2008 08:18AM UTC
Closed March 17, 2008 01:23PM UTC
jQueryUI - Slider with range bug
Reported by: | alexo | Owned by: | braeker |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The slider with range does not working correct, when a hidden input is added to the slider container:
<h2>3. Multiple handles, with range</h2> <div class="playground"> <div id='example3' class='ui-slider-2' style="margin: 40px;"> <input name="min" type="hidden" value="100"/> <input name="max" type="hidden" value="100000"/> <div class='ui-slider-handle'></div> <div class='ui-slider-handle' style="left: 188px;"></div> </div> </div>
Alex Objelean!