JDK-8142981 : [TextArea, TextField] Accelerators with Alt are not consumed
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2015-11-13
  • Updated: 2018-09-05
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
See description, test case, and evaluation in JDK-8087451.

"Consuming KEY_PRESSED just with & without SHIFT is not enough. For example Alt+G types a copyright symbol on Mac. When I add an accelerator for ALT+G to the test app above, it also does both the accelerator and the typing of a copyright symbol. "