-
-
Notifications
You must be signed in to change notification settings - Fork 581
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
The Recover Document (Woah!) pop-up still occurs despite the following #325
Comments
This is a very annoying pop-up, and I want to obliterate it. This dialog has nothing to do with storage quota. It's concerned with RAM, not disk space. The dialog is very much a kludge, and it has very stupid false positives, like if you hit Select All in a transparent document. Handling that one case would be fairly easy, but there are more complicated scenarios, like if you select all the opaque pixels manually with the Select or Free-Form Select tool. Simply preventing the dialog from showing during a tool action would leave it open to false negatives if the browser clears the canvas forcibly while making a selection. For more background info, see #24 |
I tried to make this dialog a little clearer and more compact in a0abbb3. I still want to get rid of it though. Before:After:Before (Expanded):After (Expanded): |
Chrome supposedly added new events for canvas context loss/restoration that apply to non-WebGL contexts: That wiki page mentions another feature:
This also sounds like the most useful, if I can just tell it to be persistent. However...
So I don't know if these things will actually help in practice, but in theory they seem intended to help with this scenario. |
so maybe that's why the thing kept appearing? |
@MesaBlack I'm not sure I understand the question, but, I was noting some possible avenues to eliminating the need for the dialog, not causes of the issue. (Further note to self: probably need to feature-detect these events before relying on them.) |
I elaborated a bit |
It stilll happens, even if my storage is mostly empty as well as after undoing to recover.
It happens while I select a portion of a graphic.
The text was updated successfully, but these errors were encountered: