Ticket #7944 (closed bug: fixed)
Slider: IE6-8 cannot animate slider handle between 0% and 100%
| Reported by: | taitems | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8.16 |
| Component: | ui.slider | Version: | 1.8.16 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
It's frustratingly easy to cause a JS error when attempting to toggle the slider value between 0-100. Only occurs in IE versions 6, 7 and 8. Has to do with jQuery UI attempting to animate to a NaN value (auto, I assume?) and jQuery core cracking the sads.
To replicate: http://jsfiddle.net/uGNkC/2/
Change History
comment:2 Changed 17 months ago by scott.gonzalez
- Status changed from new to open
This is probably http://bugs.jquery.com/ticket/8158
comment:3 Changed 17 months ago by taitems
It is most likely caused by that bug, but I wanted to create a bug here so we have a paper trail of what is broken as a result. I put a hotfix in from another bug that prevents the error, but it no longer animates in IE6-8 and just jumps directly to 0.
comment:4 Changed 11 months ago by mikesherov
This bug, and the core bug it stems from http://bugs.jquery.com/ticket/8158, look fixed to me, can anyone confirm?


Also, this is related to the core jQuery bug: http://bugs.jquery.com/ticket/10669