-
Bug
-
Resolution: Fixed
-
Low
-
3.2
-
None
Found while investigating CONF-20124 - when selecting a formatting option like "Code" the result is different after round-tripping.
To reproduce:
- In the RTE enter the text <script>alert("Hello cruel world")</script>
- Select the Code format - the text will be wrapped in a box
- Go to wiki-markup - the text will be wrapped in {code} tags
- Go back to the RTE - the text will now have syntax highlighting on the string "Hello cruel world"
The syntax highlighting should have been applied immediately, which can only happen if the code macro block including the text is rendered by the server.
- is incorporated by
-
CONFSERVER-6992 Markup umbrella issue - errors switching between modes or rendering escaped content
- Closed