Ticket #3668 (closed bug: fixed)
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: | ||
| Blocking: | Blocked by: |
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


