JDK-8096023 : (Mac) Cannot edit a TextInputControl using shortcut, the system menu bar interacts
  • Type: Bug
  • Component: javafx
  • Sub-Component: tools-scenebuilder
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-12-06
  • Updated: 2015-06-12
  • Resolved: 2014-01-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Fixed
Related Reports
Relates :  
Relates :  
Description
Usual shortcut for Copy, Paste, Delete, Undo, Redo cannot be safely used to interact with a focused TextInputControl: the system menu bar takes the event as well and calls the action associated so that there's a competition between the action at TextInputControl level and the menu bar one. It gives various stacks and potential infinite loops from which you cannot recover and have to kill SB.

Drop say a TextField on Content: thanks inline editing with Cmd-V a string in it, it's enough to bump the issue.
In Inspector it is the same problem with all textual properties. In hierarchy the inline editing is at risk all the same.

Comments
This is not related to the inspector, we have the issue with copy/paste in any text field (e.g. the inline edit in Hierarchy). Note that it works fine on Windows.
06-12-2013