Search and Top Navigation
#2482 closed bug (duplicate)
Opened March 10, 2008 04:57PM UTC
Closed March 17, 2008 05:32PM UTC
Last modified May 24, 2008 03:39AM UTC
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();
Attachments (0)
Change History (4)
Changed March 11, 2008 10:07AM UTC by comment:1
owner: | paul → braeker |
---|
Changed March 17, 2008 01:56AM UTC by comment:2
The re-creation problem is probably linked to #2496, which has been fixed.
Changed March 17, 2008 05:32PM UTC by comment:3
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #2496.
Changed May 24, 2008 03:39AM UTC by comment:4
milestone: | 1.2.3 |
---|
Milestone 1.2.3 deleted