Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

avoid neverending spinning wheel ui mask, when operation is stalled #897

Merged
merged 1 commit into from
Oct 20, 2015

Conversation

uareurapid
Copy link
Contributor

Sometimes the loading mask (spinning wheel) can stay forever on screen, if some long network operation for instance is stalled, since the code to hide the mask may never be called. This is really annoying from the user perspective as the app becomes basically unusable as we cannot get rid of it.
An easy way to avoid this is having a default timeout when we show the ui mask...and by controlling the status of the ui mask (showing or hidden) we can guarantee that we always hide it.

imaffett pushed a commit that referenced this pull request Oct 20, 2015
avoid neverending spinning wheel ui mask, when operation is stalled
@imaffett imaffett merged commit 72a7f44 into intel:master Oct 20, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants