-
Notifications
You must be signed in to change notification settings - Fork 139
Description
The Rich Text Editor continues to get in my way and provoking data loss due to lost changes. The main reason is that the editor shows the The document has been changed outside of the editor. The changes cannot be applied.
-dialogue and leaves the user to pick the right button.
There are several constellations this error occurs consistently in any of the following cases:
- Switching from Rich Text to Plain Editor and back
- Sharing a note file across users and editing in turns
- Editing the markdown externally via file sync
Steps to reproduce
- Edit & create a note. Ensure it is saved by clicking the check mark with the red dot in the UI.
- In Settings: Change
Display mode
toOpen in edit mode
- Edit something. Save it with [Ctrl-S]
- In Settings: Change
Display mode
back toOpen in rich text mode
- Conflict dialogue appears
On similar lines one can provoke/reproduce the same error for any of the other use-cases.
Expected behaviour
The rich-text editor should not keep any (outdated) cached version directly after save and claim potential data-loss or differences to the stored version.
Instead it should start fresh from the saved version in any case you left it saved.
Actual behaviour
- You are always presented with a conflict resolution screen
- In case you did external edits, you will have differences
- The rich text editor even presents outdated/stale version.
Honestly: I don't understand the whole need for background caching across editor sessions.
Server
Please complete the following information.
- Notes app version: 4.8.1 (up-to-date)
- Nextcloud version: 27.0.1 (up-to-date)
- OS: Linux
- Web server: Apache (Official Nextcloud Docker Container)
- PHP version: 8.2.8 (Official Nextcloud Docker Container)
- Database: pqsql (Official Nextcloud Docker Container)
Nextcloud configuration:
Client
Please complete the following information.
- Browser (incl. version): Firefox 116
- OS: Linux