-
Bug
-
Resolution: Duplicate
-
P4
-
8u60
Using default buttons the not acting upon RETURN as in described JDK-8139509 really gets you in trouble eg if you open an confirmation dialog which you'd like to cancel without (ESC) the flow is like this:
* dialog opens (ok is the default button)
* you shift focus to "cancel" by hitting tab
* you press return
=> result of the dialog is ok
* dialog opens (ok is the default button)
* you shift focus to "cancel" by hitting tab
* you press return
=> result of the dialog is ok
- duplicates
-
JDK-8139509 A buttons onActionEvent must be triggered also on RETURN
- Resolved
- relates to
-
JDK-8136599 [Buttton] Provide a switch for Enter-Fires-Focused-Button instead of Enter-Fires-Default-Button
- Closed
-
JDK-8139509 A buttons onActionEvent must be triggered also on RETURN
- Resolved