Search and Top Navigation
#6255 closed bug (notabug)
Opened November 02, 2010 11:06PM UTC
Closed October 15, 2012 07:55PM UTC
Slider: programmatically setting a value when animate is on and slider is hidden causes error in Internet explorer
Reported by: | urkle | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.5 |
Component: | ui.slider | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have jQuery UI slider that is sometimes hidden out of view.. the slider has the "animate" option set to true, and when the control has it's "values" property set it when it's not visible Internet explorer throws an "Invalid Argument" error in jquery-1.4.3 line 6489;
Here is a jsFiddle showing the issue. IE 7 and IE 8 both exhibit the behavior under both jquery ui 1.8.5 and 1.8.6.
Attachments (0)
Change History (4)
Changed October 11, 2012 09:04PM UTC by comment:1
milestone: | TBD → 1.11.0 |
---|
Changed October 15, 2012 06:37PM UTC by comment:2
resolution: | → wontfix |
---|---|
status: | new → closed |
While the above jsFiddle link does show a valid bug, using modern versions of jQuery and jQuery UI and the same example code provided does not produce the error. Marking as 'wont fix'
Changed October 15, 2012 07:09PM UTC by comment:3
resolution: | wontfix |
---|---|
status: | closed → reopened |
Changed October 15, 2012 07:55PM UTC by comment:4
milestone: | 1.11.0 → 1.8.5 |
---|---|
resolution: | → invalid |
status: | reopened → closed |
Using the above jsFiddle and updating the jQuery Lib to 1.8.2+ fixes the issue.