Search and Top Navigation
#3668 closed bug (fixed)
Opened December 16, 2008 03:12PM UTC
Closed January 03, 2009 02:32AM UTC
JavaScript Error when clicking on a Disabled Slider in IE7
Reported by: | Gunner | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.slider | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you click on a disabled slider it will crash due to self.currentHandle being null.
I've fixed it in my local copy by checking for null before executing the offending code.
If you search for
"//THIS HAS BEEN Edited from the orginal by Ian Miller" in jquery-ui.js in the attached zip you'll find the short term fix i made, as well as the orginal code commented out.
I'm including the above as the page that causes the error with this ticket.