-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 6.14.0, 7.10.1, 7.10.2
-
Component/s: Editor - Page / Comment Editor
-
None
-
1
-
Severity 3 - Minor
-
1
Issue Summary
Pasting HTML Entities into HTML Macro gets converted after Confluence 6.14.0
Steps to Reproduce
- Install Confluence 6.14.0 or later
- Enable HTML Macro
- Create a new page and insert HTML Macro into the page
- Paste an HTML Entity into the HTML Macro such as:
&
Expected Results
Any HTML Entities is pasted into the HTML Macro as it is
Actual Results
The pasted HTML Entities is converted into the associated special characters such as but not limited to:
| HTML Entity | Associated Special Characters |
|---|---|
& |
& |
" |
" |
< |
< |
Note
This issue starts happening from Confluence 6.14.0 and not observed in Confluence 6.13.10, likely due to the Editor Improvement that comes with Confluence 7.14.0.
| Confluence Version | Pasting HTML Entiries Worked? |
|---|---|
| Confluence 6.13.10 | |
| Confluence 6.14.0 | |
| Confluence 7.10.1 | |
This issue is also related to CONFSERVER-59741 (for Code Block macro)