Bug Tracker

Ticket #2496 (closed bug: fixed)

Opened 9 months ago

Last modified 9 months ago

Cannot recreate slider after it is destroyed

Reported by: jfafard Assigned to: paul
Type: bug Priority: major
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords:
Cc: Needs: Review

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

Change History

Changed 9 months ago by joern

  • status changed from new to closed
  • resolution set to fixed

Fixed in [4897].

Note: See TracTickets for help on using tickets.