-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: javafx
-
None
Open attached FXML
Select the ToggleButton and try and delete it - bug - you are shown the "This component has an fx:id. Do you really want to delete it?" dialog.
There is no fx:id set on the ToggleButton, but there is a ToggleGroup value.
<ToggleGroup fx:id="visual_buttons" />
This seems to be triggering the warning dialog.
Select the ToggleButton and try and delete it - bug - you are shown the "This component has an fx:id. Do you really want to delete it?" dialog.
There is no fx:id set on the ToggleButton, but there is a ToggleGroup value.
<ToggleGroup fx:id="visual_buttons" />
This seems to be triggering the warning dialog.