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
For simplicity we will refer only to Posts in the following description, but the issue applies both to Posts and Pages and it's not dependent on the editor (Aztec or GB) used.
Expected behavior
While editing an existing Post (Published, Draft, Scheduled or Trashed), we get the possibility to discard the local changes using the “Discard Local Changes” menu item in the Editor overflow menu. Selecting to discard the local changes we should get a Progress Dialog with the message “Discarding local changes”.
Actual behavior
During discarding operation, we get the message “Loading revision”.
Steps to reproduce the behavior
From the Posts list select a category (Published, Draft, Scheduled or Trashed),
Choose to Edit an existing post from the selected category
Make some editing
Select the “Discard Local Changes” menu item from the overflow menu
Observe the “Loading revision” message in the Progress Dialog
Tested on [Xiaomi Redmi Note 5], Android [8.1.0], WPAndroid [alpha-172]
Some analysis done
Here the flag mIsDiscardingChanges = true; is set after the call to showDialogProgress(true);. Should be enough to swap their order to make the trick.
The text was updated successfully, but these errors were encountered:
For simplicity we will refer only to Posts in the following description, but the issue applies both to Posts and Pages and it's not dependent on the editor (Aztec or GB) used.
Expected behavior
While editing an existing Post (Published, Draft, Scheduled or Trashed), we get the possibility to discard the local changes using the “Discard Local Changes” menu item in the Editor overflow menu. Selecting to discard the local changes we should get a Progress Dialog with the message “Discarding local changes”.
Actual behavior
During discarding operation, we get the message “Loading revision”.
Steps to reproduce the behavior
Tested on [Xiaomi Redmi Note 5], Android [8.1.0], WPAndroid [alpha-172]
Some analysis done
Here the flag
mIsDiscardingChanges = true;
is set after the call toshowDialogProgress(true);
. Should be enough to swap their order to make the trick.The text was updated successfully, but these errors were encountered: