-
Enhancement
-
Resolution: Fixed
-
P4
-
8
This tweak is a follow-up for RT-28463, which is closed as not an issue. It turned out that JavaFX and AWT/Swing have different requirements about DataFormat/DataFlavor values. For example, "application/MyFormat" is accepted by both DataFormat and DataFlavor, while "MyFormat" is only valid for DataFormat. In general, it doesn't cause any troubles, but sometimes it does, for example, on drag-n-drop between Swing and FX/JFXPanel, when conversion DataFormat <-> DataFlavor is performed.
We don't want to eliminate this difference, but it should be documented somewhere, so application developers can be aware of potential problems.
We don't want to eliminate this difference, but it should be documented somewhere, so application developers can be aware of potential problems.
- relates to
-
JDK-8120094 JFXPanel: Drag and Drop of custom data formats doesn't work.
-
- Closed
-