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
Fixed in the scope of #21907 and #21724. Post deletion now works the same way as all other actions on posts: with no optimistic UI. And there the "Undo" was also removed to simplify the screen, as practically nobody was using it.
Expected behavior
Deleting posts, and undoing the deletion (with no connection) should result in the post being "restored" locally.
Actual behavior
There's a combination of steps in which the post may end showing up as deleted, even though it's not.
Steps to reproduce the behavior
Technical information
This is caused by the user being able to delete a post (tap Trash) and restore it (tap undo) even if there's no connection.
The sequence goes like this:
Part of the problem is this property, which works fine for a single request, but fails to store proper history when several requests are chained.
Tested on the Simulator, iOS 9.3 iPhone 5, WPiOS 6.4
/fyi @sendhil, @aerych (check out the tech section if you can, I believe we may need to block multiple requests at the GUI level).
The text was updated successfully, but these errors were encountered: