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

Menus and Dialogue Boxes Don't Disable A Button #18

Open
mxashlynn opened this issue Nov 2, 2021 · 1 comment
Open

Menus and Dialogue Boxes Don't Disable A Button #18

mxashlynn opened this issue Nov 2, 2021 · 1 comment
Assignees
Labels
Bug An existing feature fails to work.

Comments

@mxashlynn
Copy link
Owner

You can jump while menus and dialogue boxes are open.

According to RichardULZ this happens when a text box or menu is animating and not technically open.

He said that the problem has been tackled before by engine devs and they haven't been able to prevent jumping or initiating scripts during this time.

So, I'm not going to spend time on this presently, but as my knowledge of the engine grows I may try to fix it in the future.

@mxashlynn mxashlynn added the Bug An existing feature fails to work. label Nov 2, 2021
@mxashlynn mxashlynn self-assigned this Nov 2, 2021
@mxashlynn
Copy link
Owner Author

Adding a && UIIsClosed() before responding to A may help, as suggested by someone who tackled this in the past.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An existing feature fails to work.
Projects
None yet
Development

No branches or pull requests

1 participant