Opened 11 years ago
Closed 11 years ago
#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: | ||
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/
Change History (6)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Status: | new → open |
---|
This is probably http://bugs.jquery.com/ticket/8158
comment:3 Changed 11 years ago by
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 years ago by
This bug, and the core bug it stems from http://bugs.jquery.com/ticket/8158, look fixed to me, can anyone confirm?
comment:6 Changed 11 years ago by
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