-
Bug
-
Resolution: Fixed
-
P4
-
fx2.0
com.sun.javafx.scene.transfer.Clipboard.getSystemClipboard().clear() appears to have no effect. To reproduce:
1. Run the attached program.
2. Click the "Copy" button.
3. Watch the program's stdout. Note that the c.clear() statement does not seem to clear the clipboard.
1. Run the attached program.
2. Click the "Copy" button.
3. Watch the program's stdout. Note that the c.clear() statement does not seem to clear the clipboard.
- relates to
-
JDK-8113132 Clipboard.getSystemClipboard().placeContent(UTI.URL, url) has no effect
- Resolved