-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
6.1.0, 6.1.4
-
2
-
Severity 3 - Minor
-
2
-
Summary
The Collaborative Editing is changing(removing) the HTML markup from pages. If you disable the Collaborative Editing, the markup remains.
Steps to Reproduce
- Disable the Collaborative Editing.
- Go to any existing page.
- Paste the following CSS through the Source Editor:
<h2 style="padding: 25px; color: rgb(81,85,94);background-color: rgb(243,243,245);">Testing Padding Styling</h2>
- Save the changes.
- Edit the page again.
- The style will continue to use the "padding" html code.
- Update the "padding: 25px" to "padding: 50px"(through the Source Editor again).
- Save the changes.
- Confluence will show the changes.
- Enable the Collaborative Editing.
- Edit the page.
- Go to the Source Editor.
- The "padding" parameter is missing.
Expected Results
The "padding" will continue to exist during the editing mode.
Actual Results
If the Collaborative Editing is ON, the changes("padding" in this example) will disappear upon page edit initiation.
Workaround
No workarounds.
- is related to
-
CONFSERVER-51690 An anchor link's name changes after editing the page with Collaborative Editing switched on or set to limited
- Closed
-
CONFSERVER-46039 Links can't be edited or clicked on after saving the page
- Closed
-
CONFSERVER-46227 Shortcut links become empty after editing the page with Collaborative Editing turned on
- Closed