Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.0 M3
-
6.2.x
-
Committed
-
8
Description
Description
- Start up portal and navigate to Admin > Content > Message Boards and click the Configuration cog icon.
- Set the Message format dropdown to HTML.
- Create a Message Boards thread and publish it.
- Create a new Message Boards category.
- Go to the Message Board thread, and click on Move Thread.
- Select the new category you created and check the "Add explanation post" checkbox.
- Click Source in the CKEditor and add HTML code to the editor.
- Click on Move Thread
Expected result:
Published message board explanation post should correctly display what is defined in the Source (without showing the actual HTML code).
Actual result:
Published message board post displays whatever is literally written in the source, this includes HTML tags or anything that is written. Adding text (with any line) to the normal Editor and publishing will create a post with that line literally written in the source (no formatting or HTML tags)
This behavior also occurs with Split Thread:
- Go to the Message Board thread, and click on Split Thread on the explanation post.
- Check the "Add explanation post to the source thread" checkbox.
- Click Source in the CKEditor and add HTML code to the editor.
- Click OK
Expected result:
Published message board explanation post should correctly display what is defined in the Source (without showing the actual HTML code).
Actual result:
Published message board post displays whatever is literally written in the source, this includes HTML tags or anything that is written. Adding text (with any line) to the normal Editor and publishing will create a post with that line literally written in the source (no formatting or HTML tags)