Bug Tracker

Modify

Ticket #2434 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

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

comment:1 Changed 5 years ago by paul

  • Owner changed from paul to braeker

comment:2 Changed 5 years ago by joern

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [5050].

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.