Search and Top Navigation
#2496 closed bug (fixed)
Opened March 12, 2008 06:49PM UTC
Closed March 14, 2008 11:21AM UTC
Last modified February 26, 2009 11:59AM UTC
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")
Fixed in [4897].