Skip to main content

Bug Tracker

Side navigation

#4147 closed bug (invalid)

Opened February 13, 2009 06:24PM UTC

Closed August 08, 2009 02:26AM UTC

mouseup() and remove()

Reported by: tobiashcrz Owned by:
Priority: critical Milestone: 1.3.1
Component: unfiled Version: 1.3.1
Keywords: draggable Cc:
Blocked by: Blocking:
Description

The error occurred when I removed a node, then the function draggable ((revert: true)) was performed.

The error was in Firefox:

$(this).data("draggable") is undefined

var o = $(this).data('draggable').options;

file:///C:/Documents%20and%20Settings/tobiash/Desktop/dragdrop/ui.draggable.js

Line 565

Attachments (0)
Change History (3)

Changed February 13, 2009 06:25PM UTC by tobiashcrz comment:1

I look forward to fix the error, if possible send me an email

Changed February 14, 2009 12:16AM UTC by Rwhitbeck comment:2

Can you attach a file that has an example of the problem?

Changed August 08, 2009 02:26AM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

Closed due to inactivity; reopen if you have a test case.