Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.2.X, 7.3.X, Master
-
7.3.x, 7.2.x
-
Committed
-
4
Description
Reproduced on: 7.2.x
052d765b0619e83dcb4e74b13b5b692707ade081
Reproduced on: master
1f38c8e7050863bf094b2f59ab1f87db1ab66ab9
Reproduction Steps
- Setup Liferay DXP and make sure to set the following properties (not needed for master):
editor.wysiwyg.portal-impl.portlet.ddm.text_html.ftl=ckeditor editor.wysiwyg.portal-web.docroot.html.portlet.announcements.edit_entry.jsp=ckeditor editor.wysiwyg.portal-web.docroot.html.portlet.blogs.edit_entry.jsp=ckeditor
- Create a web content structure TestStructure with 2 HTML fields
- Create a web content template with this structure connected to the template
- Create a web content useing TestStructure
- Put the value for the first HTML field to "field 1"
- Put the value for the second HTML field to "field 2"
- Enable Source mode for the first HTML field
- Copy the content from the first HTML field
- Enable Source mode for the second HTML field
- Paste the copied content from the first HTML field to the second HTML field
- Switch Source mode back normal for the second HTML field
- Update the value for the first HTML field to "new content for field 1"
- Switch Source mode back normal for the first HTML field
Expected Behavior
The new value is shown.
Actual Behavior
Observe that the value for the first HTML field is equal to the content from the second HTML field and the new value is not saved.