-
Bug
-
Resolution: Duplicate
-
P4
-
7u6
As I was filling a previous bug, I wanted to copy (selected the version information in the About Box and then clicked Command-C) the information shown in the About Box of Scene Builder and past (Command-V) it into the Environment text area. However, instead of seeing the selected text in the About Box, I saw the following instead
<?xml version="1.0" encoding="UTF-8"?>
<?import java.lang.*?>
<?import javafx.scene.*?>
<?import javafx.scene.layout.*?>
<Group id="sb-clipboard" xmlns:fx="http://javafx.com/fxml">
<fx:define>
<AnchorPane id="AnchorPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" />
</fx:define>
</Group>
Right click on the selection and click on "Copy" from the context menu does put the right thing into the clipboard.
<?xml version="1.0" encoding="UTF-8"?>
<?import java.lang.*?>
<?import javafx.scene.*?>
<?import javafx.scene.layout.*?>
<Group id="sb-clipboard" xmlns:fx="http://javafx.com/fxml">
<fx:define>
<AnchorPane id="AnchorPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" />
</fx:define>
</Group>
Right click on the selection and click on "Copy" from the context menu does put the right thing into the clipboard.