Skip to main content

Search and Top Navigation

#8258 closed bug (notabug)

Opened April 17, 2012 11:57PM UTC

Closed April 18, 2012 12:21AM UTC

Draggable stops working

Reported by: spuas Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.core Version: 1.8.18
Keywords: Cc:
Blocked by: Blocking:
Description

Version 1.8.18

jQuery 1.7.2

Dinamically creating draggable divs stop working when creating one of them by pressing, moving and releasing the mouse button to draw desired shape.

http://jsfiddle.net/bAfZP/10/

When creating the DIVs with fixed size, the are draggable and any number of them can be created. However, when creating them in the second way (press mouse button, draw the div, release the button), then one more drag is allowed (in any of the already created divs) and after that dragging will stop working.

I have seen it working on previous versions (1.8.5) but I had some problems with that version and IE

Attachments (0)
Change History (1)

Changed April 18, 2012 12:21AM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

You're unbinding all mousedown, mousemove, and mouseup event handlers, so you're killing the draggable functionality. See http://jsfiddle.net/bAfZP/11/