Franklinjagan / jsplumb

Automatically exported from code.google.com/p/jsplumb
0 stars 0 forks source link

jsPlumb_dragged class is not toggled after drag stops #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When a draggable initialized with jsPlumb.draggable() is dragged, the class 
jsPlumb_dragged is added, but when the drag stops the class remains.

I mainly use the 'currently dragging' for z-index manipulation, so the 
jsPlumb_dragged is useless unless it is toggled off.

Also, a very useful addition would be to add a class to connectors and 
endpoints affected by a drag, until now I achieved this with the drag start and 
stop callbacks, but imo it should be built in jsPlumb.

Original issue reported on code.google.com by sylvain....@gmail.com on 11 Nov 2010 at 5:48

GoogleCodeExporter commented 9 years ago
oh you mean everything that is connected to the element being dragged?  yeah 
that sounds like a pretty good idea.

Original comment by simon.po...@gmail.com on 12 Nov 2010 at 1:47

GoogleCodeExporter commented 9 years ago
fixed no in 1.2.4 RC1.  will verify once the 1.2.4 release is out.

the bit about attaching a class to everything affected has been split out into 
issue 46.

Original comment by simon.po...@gmail.com on 25 Nov 2010 at 9:10

GoogleCodeExporter commented 9 years ago
er, fixed 'now', that is.

Original comment by simon.po...@gmail.com on 25 Nov 2010 at 9:11

GoogleCodeExporter commented 9 years ago

Original comment by simon.po...@gmail.com on 27 Nov 2010 at 1:15