-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
Description
Which Umbraco version are you using?
13.12.0
Bug summary
This seems related to this issue: #18127
When you add a macro to a RTE field, and save and publish the item, then navigate away, the page is marked as dirty. This also happens when you for instance edit another field in the item, change your mind and undo your change, then move away.
This happens even for the simplest macro (just placing a 'hello world' in the text).
Specifics
No response
Steps to reproduce
- Create a document type with the default RTE editor.
- Create a simple macro
- Create a page using that document type, and add the just created macro to the page. Save and publish the page.
- Navigate away from the page
- The "Unsaved changes"-dialog is now shown.
Expected result / actual result
If you just published a page and navigate away without further changing anything, it should not show the 'unsaved changes dialog'