Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#2496 closed bug (fixed)

Cannot recreate slider after it is destroyed

Reported by: jfafard Owned by: paul
Priority: major Milestone: 1.5
Component: ui.core Version: 1.2.3
Keywords: Cc:
Blocked by: Blocking:

Description

If you destroy a slider you can't make it again. Calling slider on that element does nothing.

It seems the problem has to do with a spelling mistake in ui.slider.js

in the destroy function around line 139

.removeData("ul-slider")

should be

.removeData("ui-slider")

Change History (3)

comment:1 Changed 15 years ago by joern

Resolution: fixed
Status: newclosed

Fixed in [4897].

comment:2 Changed 15 years ago by (none)

Milestone: 1.2.4

Milestone 1.2.4 deleted

comment:3 Changed 14 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.