Side navigation
#2496 closed bug (fixed)
Opened March 12, 2008 06:49PM UTC
Closed March 14, 2008 11:21AM UTC
Cannot recreate slider after it is destroyed
Reported by: | jfafard | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ui | 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")
Attachments (0)
Change History (1)
Changed March 14, 2008 11:21AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in [4897].