-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
fx2.1
-
Windows XP, JDK 1.7.0_02, JavaFX 2.1. build b07
I'm trying to build a data mapping app and running into the event issues introduced with DnD. I would like to draw a "rubberbanding" line between "ports". When over the target port, I'd like to Drop some info onto it. The attached code (with commented _port.setOnDragDetected method) does the rubberbanding as described (the ports are enlarged for demonstration). If that code block is uncommented, the Drop works as I need it to but events are no longer delivered for the line drawing. Problem is, both functions are required.