-
Bug
-
Resolution: Unresolved
-
P4
-
7u6
-
Product: javafx-2.2.0beta
Platform: macosx-universal
Build-Number: 449
Build-ID: 2012-06-06_17-14-22
When you enter some text in the TextField, then use shortcut for the undo action (ctl / cmd Z), the text is updated to its previous value BUT the undoMenu.onAction is not called.
When you enter some text in the ComboBox text field, then use shortcut for the undo action, the text is updated AND the undoMenu.onAction is called.
This behavior is not homogeneous.
Finally, if you use the system menu bar, you will get the text updated AND the menu.onAction called in both cases.
I think this is the correct behavior.
- duplicates
-
JDK-8280057 [macOS] Paste event triggered twice from accelerator in system menubar and text input control
- Closed
- is blocked by
-
JDK-8126284 (ctl + a) menu item onAction not invoked when ListView or TreeView is focused
- Closed
-
JDK-8091976 Expose TextInputControl undo(), redo(), canUndo(), canRedo() methods
- Open
- relates to
-
JDK-8233182 Browsers inside JavaFX panel do not consume keyboard shortcuts
- Open
-
JDK-8087863 Mac: "Select All" within ListView/TreeView is handled differently depending on the useSystemMenuBar value
- Resolved
-
JDK-8096023 (Mac) Cannot edit a TextInputControl using shortcut, the system menu bar interacts
- Resolved