This repository was archived by the owner on Jun 18, 2018. It is now read-only.

Description
@mattbrailsford An issue was raised on the forum - Rich Text Editor (TinyMce) in NestedContent.
I am able to reproduce the bug, which only happens in a specific scenario.
Steps to reproduce
- Make a simple NC list with a single DocType (that contains an RTE property)
- Make 3 items/rows, (called A, B and C)
- Add some dummy content, save the node (property-value)
- Reload the content page
- Move the first item (A) to the bottom of the list, then...
- Expand item A
- Modify the RTE value
- Save the node (property-value)
- Reload the content page
- Notice that...
- Item A's RTE value has been reverted
- Item C contains the modified RTE value (from item A)
The key part seems to be when the RTE is modified after the item has been moved. If I modified the RTE value, then move it, all the items persist correctly.
Any ideas?