Side navigation
#2375 closed bug (fixed)
Opened February 20, 2008 10:46PM UTC
Closed February 26, 2008 05:24PM UTC
error in draggable("destroy")
Reported by: | Veryth | Owned by: | paul |
---|---|---|---|
Priority: | undecided | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Summary:
When calling $(...).draggable("destroy") the following line will throw an error:
ui.draggable.js(77): this.handle.removeMouseInteraction();
The error states that "this.handle" has no properties. Upon inspection it appears to be that "this.handle" is undefined.
Possible Solution:
Looks like it should be referring to "this.options.handle" instead of "this.handle".
I made the change on my local code and it appears to work as expected.
Attachments (0)
Change History (1)
Changed February 26, 2008 05:24PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Thanks, fixed!