-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
unexpected "Escape" key behaviours #4128
Comments
FYI some of these might get resolved in the Blueprint removal MR. |
Turns out none of these are solved by #4006 cause a lot of the dialogs are actually implemented as a switch between different states rather than stacking, but this looks like a pretty straightforward refactor, I'll probably do that after Blueprint removal PR is merged since there's a lot of Dialog-related code UPD: I realized that ContextMenu-related things are probably actually solved by the PR, after I solve a little bug reported by Simon in #4006, cause ContextMenu is now a part of the dialog stack. |
Just as an update for someone who's gonna work on this. On current
Escape works now
These are fixed in #4205 |
the "Escape" key is working only in some situations, and not always predictable.
some inconsistencies:
EDIT: some more:
The text was updated successfully, but these errors were encountered: