-
Bug
-
Resolution: Not an Issue
-
P3
-
7u6
-
None
-
Product Version
JavaFX Scene Builder 1.0 (Developer Preview)Build Information
Version: 1.0-b43, Changeset: 1a3993c10557, Date: 2012-06-18 11:16 +0200JavaFX
2.2.0-beta-b13
Toolkit = QuantumToolkit
Pipeline = D3DPipeline
Hardware acceleration ENABLEDOperating System
Windows 7, x86, 6.1Java Version
1.7.0_05, Oracle Corporation, 1.7.0_05-b05Product Version JavaFX Scene Builder 1.0 (Developer Preview) Build Information Version: 1.0-b43, Changeset: 1a3993c10557, Date: 2012-06-18 11:16 +0200 JavaFX 2.2.0-beta-b13 Toolkit = QuantumToolkit Pipeline = D3DPipeline Hardware acceleration ENABLED Operating System Windows 7, x86, 6.1 Java Version 1.7.0_05, Oracle Corporation, 1.7.0_05-b05
To reproduce:
-add 2 anchor panes
-add button to one of them
-copy button (by main menu, context menu on HierarchyPanel or ContentPanel -- doesn't matter)
-select another anchor pane
-paste button (by main menu, context menu on HierarchyPanel or ContentPanel -- doesn't matter)
Button has been added into correct place of second anchor pane(inside it) but not in hierarchy. It expected that button becomes a leaf of anchor pane node.
-add 2 anchor panes
-add button to one of them
-copy button (by main menu, context menu on HierarchyPanel or ContentPanel -- doesn't matter)
-select another anchor pane
-paste button (by main menu, context menu on HierarchyPanel or ContentPanel -- doesn't matter)
Button has been added into correct place of second anchor pane(inside it) but not in hierarchy. It expected that button becomes a leaf of anchor pane node.
- relates to
-
JDK-8122678 The contextual Paste menu is very confusing
- Closed