Custom Query (7259 matches)
Results (106 - 108 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1704 | fixed | ui.slider.js ie7 typo bug | ||
Description |
there is a small typo in line 31 which cause a failure in ie7. The line ends with a comma although there should not be one. |
|||
#2428 | fixed | ui.slider will not work if slider is hidden during slider() init call. | ||
Description |
There is no version for UI, but this is for 1.5b. If you put the slider in a hidden div (like in an accordion, tabview, etc..), and then initialize the slider, it will not work. It looks like it needs to be on visible during the call to $(obj).slider() or else the mouse cannot drag the slider. I'm using it in a filtering tree, and currently trying a complex workaround where it initializes when it first becomes visible, but since i cannot guarantee i would consider this a major bug. It would be nice to know if this even can be fixed, and of course if it will. |
|||
#3489 | fixed | ui.slider steps option | ||
Description |
When using the steps option to produce (for example) .5 values the slider will jump to the correct position, but a whole number will always been returned e.g. http://www.morfed.net/wheel-offset-calculator/test.php set up for 20 steps between 5 and 15 so should produce 5.5, 6.5 etc. If you move the slider you'll see it move to the correct position, but not return the .5 value |