Ticket #4292 (closed bug: fixed)

Opened 18 months ago

Last modified 18 months ago

Slider: ui.value incorrect in slide event if handle at value 0

Reported by: gglockner Owned by: paul
Priority: critical Milestone: 1.7.1
Component: ui.slider Version: 1.7
Keywords: Cc:

Description

If you set the minimum value to zero, the slider does not go down to zero. This is true regardless of whether you set the minimum when the slider is initialized, whether you set it later as an option, or whether you simply rely on the default value of min = 0. You can see this problem in the following demos on the jqueryui.com website:

 http://jqueryui.com/demos/slider/#steps

 http://jqueryui.com/demos/slider/#slider-vertical

This was not present in 1.6rc6.

For now, I am working around this bug by adding 1 to all slider values, but this could cause wrong results for anyone who upgrades to 1.7.

Change History

Changed 18 months ago by Cloudream

  • owner set to paul
  • priority changed from critical to blocker
  • status changed from new to assigned

Changed 18 months ago by rdworth

  • status changed from assigned to closed
  • summary changed from Slider does not respect zero min to Slider: ui.value incorrect in slide event if handle at value 0
  • resolution set to fixed
  • milestone changed from 1.7.1 to 1.8

Fixed in r2226

Changed 18 months ago by rdworth

Fixed more in r2227

Changed 18 months ago by rdworth

  • priority changed from blocker to critical

Changed 18 months ago by rdworth

  • milestone changed from 1.8 to 1.7.1

merged to 1.7.1 in r2321

Note: See TracTickets for help on using tickets.