This is not an urgent issue for me as I don't have to use the scale option, but figured I'd post about it in case others run across it.
I have sliders that are hidden during creation, and thus when I unhide them I call updateSlider for each. I was also using the scale option (set to 50:#, where # varied for each slider). Some sliders would not be able to move at all (they'd have a range width of 1px), while others would only be movable from 50% and up. A few worked just fine. I suspect the issue might have to do with what values were being used for the 50% scale, but as using the scale option is not critical for my application (at least as far as I can tell at the moment) I haven't done further testing. Removing the scale option from the createSlider call appears to fix things.
I hope this will be helpful to others. :)
This is not an urgent issue for me as I don't have to use the
scaleoption, but figured I'd post about it in case others run across it.I have sliders that are hidden during creation, and thus when I unhide them I call
updateSliderfor each. I was also using thescaleoption (set to 50:#, where # varied for each slider). Some sliders would not be able to move at all (they'd have a range width of 1px), while others would only be movable from 50% and up. A few worked just fine. I suspect the issue might have to do with what values were being used for the 50% scale, but as using thescaleoption is not critical for my application (at least as far as I can tell at the moment) I haven't done further testing. Removing thescaleoption from thecreateSlidercall appears to fix things.I hope this will be helpful to others. :)