Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressing the Enter key in a dialog may generate two messages #163

Open
ThomasWeiser opened this issue May 3, 2022 · 0 comments
Open

Pressing the Enter key in a dialog may generate two messages #163

ThomasWeiser opened this issue May 3, 2022 · 0 comments

Comments

@ThomasWeiser
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant