Hareeshchandera / jsplumb

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

Drag problem with IE #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. i'm tring  to make a  connection between 3 elements(div),each element 
containt 3 endpoints with diffetrent scope 
 everything work ok in FF and chorme but in IE 6,7,8 i can't drag some endpoint.

What version of the product are you using? On what browser and OS?
-mootools-1.2.4
-mootools.jsPlumb-1.2.5-all
-IE6,7,8,FF,Chorme.
-windows xp

Please provide any additional information below.
when i comment _add(_draggablesById, el.get("id"), drag);
everything seams oki.

Original issue reported on code.google.com by Medamine...@gmail.com on 11 Apr 2011 at 2:27

Attachments:

GoogleCodeExporter commented 8 years ago
it is oki i resolved by assign a UUID to the endpoints

Original comment by Medamine...@gmail.com on 11 Apr 2011 at 3:50

GoogleCodeExporter commented 8 years ago
hello,

can you tell me a little more about what you did to fix this?  i can't really 
see how just assigning UUIDs would make a difference to the drag and drop stuff.

thanks!

Original comment by simon.po...@gmail.com on 12 Apr 2011 at 7:55

GoogleCodeExporter commented 8 years ago
hello,
your right about the relation between UUIDs and the drag/drop stuff ,but when i 
comment the function "_add(_draggablesById, el.get("id"), drag);"  everything 
work fine on IE
(FF an chrome already work fine) so i just give to these endpoints a UUIDs 
otherwise _draggablesById will contain all draggables elements with ids 
affected by Jsplumb(based on the date)

Original comment by Medamine...@gmail.com on 14 Apr 2011 at 10:11

GoogleCodeExporter commented 8 years ago
thanks for the update.  this looks like a bug to me.  i'll take a look at the 
demo page you attached and see about providing a fix.

Original comment by simon.po...@gmail.com on 14 Apr 2011 at 10:28

GoogleCodeExporter commented 8 years ago
i took a look at this today, using the mootools scripts the demos use.  it 
worked for me on every browser (without uuids set).  this was with 1.2.6-RC1, 
the scripts in development. closing this issue.

Original comment by simon.po...@gmail.com on 7 May 2011 at 12:59