Details
-
Bug
-
Resolution: Fixed
-
Critical
-
1.12
-
None
-
Unknown
-
Description
Steps to reproduce :
- Go to a book page in view mode
- Click on Edit to go in in-place editing mode
- Add some content to the page, in the WYSIWYG editor
- Click on "Mark as deleted" button
- A modal saying "This page is asking you to confirm that you want to leave — information you’ve entered may not be saved" shows up
- Click on "Stay on page"
- Click on "Save & View"
- Click on "Edit"
- Click on "Save & View"
The problem is the following : because the user chose to stay on the page at step 6, the active/available editor at step 7 is still in-place, so at step 8 the content of the sheet is loaded in WYSIWYG. This is normal and it's in the responsibility of the application (Book Versions in this case) to make sure that such use cases are not possible.
My approach here is to hide the Book Versions menu in edit mode, as it brings no value there.