-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
[Feature] SavingRelated to saving functionalityRelated to saving functionality[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
While working on an autosave issue I noticed another one that would be nice to fix:
- Start editing an existing post, draft or published.
- Change some content so that autosave is requested.
- In devtools, change network to Offline before the autosave request is triggered.
- The autosave request will fail. Notice "Update failed, you are probably offline" appears.
- Go back online.
Expected result is that the editor sooner or later retries the failed autosave, and I don't need to make any extra edits to trigger it.
Actual result is that the autosave is never triggered again until you make further changes. The existing changes don't get autosaved.
@flootr might be interested in looking at this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Feature] SavingRelated to saving functionalityRelated to saving functionality[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended