-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
When opening certain images (maybe due to image size? file size?) the mouse arrow stays as the loading circle #485
Comments
Yes, you are right, I noticed this also with some heavy images.
I think using "Cursors.WaitCursor" is needless, and at less for me it still busy a lot of times with no reason. Also, the loading message, it became a little bit annoying, because when navigate fast with some heavy images, it still displays after the image complete loading for a quiet time (e.g. 5-10 Sec). I would request an option to disable the loading message. Thanks! |
I agree, both the loading circle and loading message are unnecessary, and instead of conveying any useful information they can be annoying when loading large size files. |
OK, I've seen this myself, I'll dig into it further. |
I've identified both a problem and a possible race condition with the 'Loading' message and busy cursor display. I'll be testing my changes to see if the problem continues. The 'Loading' message is only supposed to appear if loading a given image takes longer than 2 seconds. |
Uploaded IG Moon 6.1 |
Prerequisites
System information:
To Reproduce
Steps to reproduce the behavior:
Actual behavior:
Most images load fine
Certain images (not sure what the criteria is) load fine but the mouse cursor stays as the loading circle
Expected behavior:
Cursor should revert back to pointer when image loads
Screenshots:
I tried adding a screen shot but even using the print screen button doesn't include my mouse cursor in a screen shot :(
Additional context:
The text was updated successfully, but these errors were encountered: