Auto-saved draft is sometimes wiped out #14

Closed
opened 2018-05-22 04:56:53 +00:00 by matt · 3 comments
Owner

Occasionally I'll leave the app after writing something, come back, and see a blank editor. For some reason, the draft.txt is getting automatically cleared out sometimes.

Occasionally I'll leave the app after writing something, come back, and see a blank editor. For some reason, the `draft.txt` is getting automatically cleared out sometimes.
matt added the
high priority
label 2018-08-20 14:22:51 +00:00
Collaborator

O.K., maybe this is something I can fix. It'll be difficult to figure out the cause, but it appears to be a problem with the save routine rather than the read routine.

So while I can't figure out why it wants to write nothing out to the file, maybe I can guard against that happening.

O.K., maybe this is something I can fix. It'll be difficult to figure out the cause, but it appears to be a problem with the save routine rather than the read routine. So while I can't figure out why it wants to write nothing out to the file, maybe I can guard against that happening.
Collaborator

And now I think I've fixed this. Hard to know for sure, but I gave the bug a long time to reoccur in my testing.

I don't know what was causing it but it appears I can check if the bug's about to happen and stop it from taking affect.

And now I think I've fixed this. Hard to know for sure, but I gave the bug a long time to reoccur in my testing. I don't know what was causing it but it appears I can check if the bug's about to happen and stop it from taking affect.
Author
Owner

Excellent -- yeah, from my testing it seemed like the write was the problem (the draft file was blank on disk after closing the app). I'll pull in the changes and test here too.

Excellent -- yeah, from my testing it seemed like the write was the problem (the draft file was blank on disk after closing the app). I'll pull in the changes and test here too.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

0001-01-01

Dependencies

No dependencies set.

Reference: writeas/writeas-gtk#14
No description provided.