You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assume a Dialog with a Button that is marked as Dialog.defaultAction,
and a focus that is on another or the same Button in the dialog (either via Dialog.initialFocus or after tabbing to this button).
Then on pressing the Enter key the dialog generates two consecutive Msgs, one for the default button, and one for the focused button.
Not sure, which message I would expect, but pretty sure that I would expect only one message.
The text was updated successfully, but these errors were encountered:
Assume a
Dialog
with aButton
that is marked asDialog.defaultAction
,and a focus that is on another or the same
Button
in the dialog (either viaDialog.initialFocus
or after tabbing to this button).Then on pressing the Enter key the dialog generates two consecutive Msgs, one for the default button, and one for the focused button.
Not sure, which message I would expect, but pretty sure that I would expect only one message.
The text was updated successfully, but these errors were encountered: