-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Aztec: local changes detected after undo
#8009
Comments
👋 @mzorz , I think the expected behavior is for the case when the post doesn't have local changes before entering the editor, right? If so, I can edit the description to include this condition. |
That's correct @hypest, I just edited the "steps to reporduce" part tonclude this precondition |
In my testing, the issue here is that the "undo" action wasn't saved. When I follow those steps to reproduce the issue, and then open the post again, I can see the changes that I made to the post even though those changes were removed with the "undo" button previously. (This also happens if I type a character and backspace to remove it; the character I added is saved locally.) |
This issue has been marked as stale because:
Please comment with an update if you believe this issue is still valid or if it can be closed. This issue will also be reviewed for validity and priority (cc @designsimply). |
Still valid. Moved to wordpress-mobile/AztecEditor-Android#896. |
Expected behavior
If content remains identical to what the Editor was fed with, it should not show the
Local changes
label when adding content then undoing.Actual behavior
Opening an existing post, adding a character then tapping on
undo
still makes the app believe there were changes made to the content.Steps to reproduce the behavior
Tested on [Google Pixel], Android [8.1]
The text was updated successfully, but these errors were encountered: