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

avoided possible freezes looping on loopProcess function #1959

Merged
merged 4 commits into from
Jun 2, 2021

Conversation

digant73
Copy link
Contributor

@digant73 digant73 commented May 31, 2021

BUG FIXES:

  • looping on loopProcess function will create a freeze condition in case a user interaction is requested (e.g. dialog, popup etc... are displayed). The user interaction is not allowed (it's no more possible to click on any button). This PR makes possible the user interaction needed to complete the related task and thus also allowing to create the condition to leave the loop on loopProcess function

NOTES:

PR STATE: ready to merge

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

Successfully merging this pull request may close these issues.

4 participants