-
Bug
-
Resolution: Fixed
-
P4
-
jfx21, jfx22
-
b16
-
os_x
When a DnD destination is in another app the transferMode reported by the DRAG_DONE DragEvent is always null even if the drop was accepted. This also means the event's isAccepted() call returns false. It doesn't matter if the drop is to the Finder or another JavaFX application.
Steps to reproduce
======
- Launch two instances of the attached DragAndDrop program
- Click and drag in the upper-left green rectangle of one instance
- Finish the drop in one of the blue rectangles in the other instance
Expected result
======
After the drop the source rectangle should report that the drag was accepted and what the drag operation was.
Actual result
=======
The source always reports the drag as rejected.
Steps to reproduce
======
- Launch two instances of the attached DragAndDrop program
- Click and drag in the upper-left green rectangle of one instance
- Finish the drop in one of the blue rectangles in the other instance
Expected result
======
After the drop the source rectangle should report that the drag was accepted and what the drag operation was.
Actual result
=======
The source always reports the drag as rejected.
- links to
-
Commit openjdk/jfx/aa9907a5
-
Review(master) openjdk/jfx/1371