-
Couldn't load subscription status.
- Fork 2.8k
Description
Which Umbraco version are you using?
16.2
Bug summary
When editing a content node with a Rich Text Editor (RTE), the first Save and preview correctly opens the preview pane with the latest changes. However, after returning to the editor and making further edits, clicking Save and preview again opens the preview but the new changes are missing (it shows the previous state). The updated content only appears after fully reloading the backoffice page.
This makes iterative previewing unreliable and can cause editors to think their changes were not saved.
Specifics
Repro video: “umbraco_16.2 bug.mp4” (shows first preview OK, second preview loses new edits until backoffice reload).
umbraco_16.2.bug.mp4
Steps to reproduce
Steps to reproduce
Open any content node that has a Rich Text Editor property.
Type some text in the RTE.
Click Save and preview → preview opens and shows the new text (OK).
Leave preview window (tab open) and return to the editor.
Modify the RTE content again (e.g., add/remove words).
Click Save and preview once more.
Expected result / actual result
The preview should show the latest RTE content on every Save and preview, without needing to reload.