Opened 7 years ago
Closed 4 years ago
#42092 closed defect (bug) (invalid)
Autosave immediately before a full save inserts a revision with no changes
Reported by: | johnbillion | Owned by: | adamsilverstein |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | Revisions | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Steps to reproduce:
- Publish a post.
- Make a change to the post content in the editor but do not save it.
- Wait for an autosave to kick in.
- Save the post.
Visit the Revisions screen for the post and you'll see that the latest revision shows no changes. Clicking Previous
takes you to the autosave and shows the change that ought to be present in the most recent revision.
Change History (7)
#3
@
7 years ago
- Keywords reporter-feedback removed
With a published piece of content, an autosave is not reflected in the live post content.
The third item in your list above is a revision where nothing has been revised. IMO it either shouldn't be stored, or it should replace the autosave immediately before it.
PS this happens quite frequently on the make.w.org sites which is where I first noticed it.
This ticket was mentioned in Slack in #core by kadamwhite. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
As I follow it, this actually reflects the state of things as you created them:
After your sequence there would be three revisions:
@johnbillion What were you expecting to see here? that the autosave would not show up in the revisions at all?