Modify ↓
Ticket #2434 (closed bug: fixed)
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: | ||
| Blocking: | Blocked by: |
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!
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
