This issue came out of the mailing list discussion
https://mail.openjdk.org/pipermail/openjfx-dev/2023-November/043781.html
> ESC is the key binding to Undo on the TextField, but it's always consumed,
> even if there's nothing to undo.
(later corrected to ~ "nothing to cancel")
We might have other scenarios where the KeyEvent is consumed regardless of the outcome, so please investigate.
I plan to fix it after the Public InputMap JDK-8314968 enhancement is in.
https://mail.openjdk.org/pipermail/openjfx-dev/2023-November/043781.html
> ESC is the key binding to Undo on the TextField, but it's always consumed,
> even if there's nothing to undo.
(later corrected to ~ "nothing to cancel")
We might have other scenarios where the KeyEvent is consumed regardless of the outcome, so please investigate.
I plan to fix it after the Public InputMap JDK-8314968 enhancement is in.
- is blocked by
-
JDK-8314968 Public InputMap (v3)
-
- In Progress
-
- relates to
-
JDK-8284113 No MOUSE_PRESSED or MOUSE_RELEASED on TextArea
-
- Closed
-