Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Not an Issue
-
Affects Version/s: 7u6
-
Fix Version/s: 8
-
Component/s: javafx
-
Labels:
-
Environment:
Mac OS X 10.7.4, Mac Pro 2 x 3 GHz Quad-Core Intel Xeon, NVIDIA GeForce GTX 285 + NVIDIA GeForce GTX 120, javafx_sdk-2_2_0-beta-b15-macosx-universal-27_jun_2012
-
Subcomponent:
Description
Until build b14 it was possible to put an image on the ClipboardContent (see code below), which was visible during drag and drop operations. With b15 this behaviour is gone and you can see only a white sheet icon during this operations. Is there any chance to activate the "old" behaviour?
ClipboardContent content = new ClipboardContent();
content.putImage(new Image("file:///Users/admin/Pictures/other/woody.jpg", 80, 80, true, true));
ClipboardContent content = new ClipboardContent();
content.putImage(new Image("file:///Users/admin/Pictures/other/woody.jpg", 80, 80, true, true));
Attachments
Issue Links
- relates to
-
JDK-8125990 Mac: pictured DnD support
-
- Resolved
-