fvpolpeta / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Drag-drop keeps dropping readers after dropping a file #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Drag a supported file to the canvas (e.g. .vtp)
2. Drag a module from the list to the canvas

What is the expected output? What do you see instead?
Expected the second drag-drop operation to drop only the module selected
from the list. Instead, the file dropped earlier is dropped again and
another reader is created for it. All drag-drop operations between widgets
keep creating readers for the most recently dropped file in addition to
instantiating the module that was dropped. Pressing Enter to insert a
module does not create the extra reader.

Original issue reported on code.google.com by stef.bus...@gmail.com on 25 Jun 2009 at 9:20

GoogleCodeExporter commented 9 years ago
This is serious.  Is this on the 9.1 release or from current SVN?

Original comment by cpbotha on 25 Jun 2009 at 9:33

GoogleCodeExporter commented 9 years ago
Tested on r3285, which is admittedly quite old. I'll update and try the latest 
revision later...

Original comment by stef.bus...@gmail.com on 25 Jun 2009 at 1:44

GoogleCodeExporter commented 9 years ago
Have tested on 20090728 development version, could not reproduce.  I was at one 
stage
reworking the drag-drop handlers, so I'm assuming that this problem has been 
solved.

Original comment by cpbotha on 28 Jul 2009 at 11:54