Opened 14 years ago

Closed 14 years ago

#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:
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.

Attachments (1)

WebSite2.zip (39.7 KB) - added by Gunner 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by Gunner

Attachment: WebSite2.zip added

comment:1 Changed 14 years ago by Scott González

Milestone: TBD1.6
Priority: majorcritical

comment:2 Changed 14 years ago by rdworth

Resolution: fixed
Status: newclosed

This is fixed in 1.6rc4

Note: See TracTickets for help on using tickets.