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

Progress Bar missing when loading #2939

Closed
JacobStoren opened this issue May 18, 2018 · 2 comments
Closed

Progress Bar missing when loading #2939

JacobStoren opened this issue May 18, 2018 · 2 comments
Assignees
Labels
BugInRelease Bug in an official release

Comments

@JacobStoren
Copy link
Member

JacobStoren commented May 18, 2018

«Reading Eclipse Grid File» progress bar is missing

@JacobStoren JacobStoren added the Bug Bug not yet in an official release label May 18, 2018
@bjornjensen
Copy link
Contributor

bjornjensen commented May 18, 2018

This issue is a problem on Linux only.
Due to strange behavior on Linux, this issue will be postponed.
The issue is related to processEvents() calls.
Also consider a progress dialog in RiaViewRedrawScheduler::slotUpdateScheduledDisplayModels() which is a lengthy operation currently without progress info.

@JacobStoren
Copy link
Member Author

This is due to a QT-bug, it seems.
https://bugreports.qt.io/browse/QTBUG-4453
We need to use processEvents() but that will introduce side effects.

@JacobStoren JacobStoren added BugInRelease Bug in an official release and removed Bug Bug not yet in an official release labels May 21, 2018
JacobStoren added a commit that referenced this issue May 21, 2018
…ss dialog durig processing on linux/mac.

 Introduced isActive and used this info to block sheduled redraw/display model regen when progress bar is active, to avoid unintended recursive behaviour resulting in crashes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BugInRelease Bug in an official release
Projects
None yet
Development

No branches or pull requests

2 participants