You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
MesaBlack
changed the title
The Recover Document (Woah!) pop-up still occurs
The Recover Document (Woah!) pop-up still occurs despite the following
Aug 17, 2023
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.
It shows any time the canvas (ignoring the selection) becomes entirely transparent, because this is the only symptom that occurs when the browser decides to rudely toss out the canvas data when low on memory. This usually occurs after you've spent a lot of time and effort on a document, creating many undo states (each taking up memory), so it's important to preserve the document in the case that this happens.
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
It's very possible there's something simple that I haven't thought of, to remove the need for this dialog.
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: