TextField is consuming all key events by default, blocking them from bubbling up to the parent.
In particular, this hurts controls that use a TextField in their skin. For example, ComboBox expects to see the F4 key, since it is not bound to an action in TextField.
In particular, this hurts controls that use a TextField in their skin. For example, ComboBox expects to see the F4 key, since it is not bound to an action in TextField.
- blocks
-
JDK-8119185 [Editable ComboBox] Pressing F4 should open/close the active list
-
- Resolved
-
- relates to
-
JDK-8092788 KeyEvents that controls should consume, are not consumed
-
- Closed
-
-
JDK-8128702 TextField consumes Enter keys, so Default buttons don't get them.
-
- Closed
-