Search and Top Navigation
#7944 closed bug (fixed)
Opened December 12, 2011 03:18AM UTC
Closed June 12, 2012 01:01PM UTC
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: | ||
Blocked by: | Blocking: |
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/
Attachments (0)
Change History (6)
Changed December 12, 2011 03:28AM UTC by comment:1
Changed December 13, 2011 01:45PM UTC by comment:2
status: | new → open |
---|
This is probably http://bugs.jquery.com/ticket/8158
Changed December 13, 2011 11:17PM UTC by comment:3
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.
Changed June 11, 2012 12:40AM UTC by comment:4
This bug, and the core bug it stems from http://bugs.jquery.com/ticket/8158, look fixed to me, can anyone confirm?
Changed June 12, 2012 01:33AM UTC by comment:5
This is fixed in core.
Changed June 12, 2012 01:01PM UTC by comment:6
milestone: | 1.9 → 1.8.16 |
---|---|
resolution: | → fixed |
status: | open → closed |
Also, this is related to the core jQuery bug: http://bugs.jquery.com/ticket/10669