-
Bug
-
Resolution: Fixed
-
P3
-
8u40
-
None
-
java version "1.8.0_20-ea"
Java(TM) SE Runtime Environment (build 1.8.0_20-ea-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.20-b15, mixed mode)
Open attached fxml file.
Select the button and press DELETE key.
1) When clicking on the Edit menu, undo menu item is not updated => BUG.
The EditController.canUndo is not invoked.
2) If you now change the selection, let's say select the CheckBox, now click on the Edit menu again, the undo has been updated and displays "Undo delete Button" as expected.
The EditController.canUndo is invoked.
Select the button and press DELETE key.
1) When clicking on the Edit menu, undo menu item is not updated => BUG.
The EditController.canUndo is not invoked.
2) If you now change the selection, let's say select the CheckBox, now click on the Edit menu again, the undo has been updated and displays "Undo delete Button" as expected.
The EditController.canUndo is invoked.
- duplicates
-
JDK-8096139 [Mac] handleOnMenuValidation may not be called when using system menu bar
- Resolved
-
JDK-8093561 Undo stack not synched when using Undo/Redo keyboard shortcuts
- Resolved