#2482 closed bug (duplicate)
UI 1.5b Slider slider('destroy') throws excetion
Reported by: | istvano | Owned by: | eduardo |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ui.core | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The following line throws an exception:
this.handles.removeMouseInteraction(); ( line 141 )
when I call the destroy method, stating thet this.handle has no properties.
I checked the object is null.
I tried the following ( removing the s at the end, as I can see there is a handle property not a handles one) .
although I do this, and then I re-create the slider, it just does not work, the min, max uses the old slider values, also the drag does not get initialized properly.
this.handle.removeMouseInteraction();
Change History (4)
comment:1 Changed 15 years ago by
Owner: | changed from paul to braeker |
---|
comment:2 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.
The re-creation problem is probably linked to #2496, which has been fixed.