-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
If you copy and paste a node inside a container and then copy and paste a node in a different isolation scope the offset is doubled. Make the following FXML:
AnchorPane
Button1
AnchorPane
Button2
First, copy and paste Button2
Then copy and paste Button1 - bug - the offset is doubled
AnchorPane
Button1
AnchorPane
Button2
First, copy and paste Button2
Then copy and paste Button1 - bug - the offset is doubled