JDK-8089884 : TextInputControls capturing function key events
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 7u10
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2012-08-09
  • Updated: 2021-12-18
  • Resolved: 2015-09-18
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 JDK 9
8u311Fixed 9Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Description
If F1-12 is press while a TextInputControl has focus then the key press seems to be consumed. A quick example would be to mock up an anchorPane containing a textfield. Add a keypressed listener to both the anchorpane and the textfield. When any of the f keys are pressed and the textfield is in focus then the anchorpane's listener will not get called. However if you press Alt + F# then it works correctly.
Comments
Changeset: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/7bbdd20fec30
18-09-2015