-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 9.2.13, 10.2.6
-
Component/s: Editor - Front end - Page / Comment
-
None
-
1
-
Severity 3 - Minor
-
5
Issue Summary
<div class="innerCell"> present in the storage format , breaks the page layout when "page layout" button in clicked in the edit mode
Steps to Reproduce
- Install Confluence
- Install Confluence storage format source edittor
- Create a new page and Save it
- Edit the page again and add the below storage format
<p> <br/> </p> <div class="columnLayout two-equal" data-layout="two-equal"> <div class="cell normal" data-type="normal"> <div class="innerCell"> <ac:structured-macro ac:macro-id="bb538161-616f-4c31-9328-427407573b7a" ac:name="panel" ac:schema-version="1"> <ac:rich-text-body> <p> <br/> </p> </ac:rich-text-body> </ac:structured-macro> </div> </div> <div class="cell normal" data-type="normal"> <div class="innerCell"> <ac:structured-macro ac:macro-id="9a19533f-2352-49cf-8faf-9698b9759e15" ac:name="panel" ac:schema-version="1"> <ac:rich-text-body> <p> <br/> </p> </ac:rich-text-body> </ac:structured-macro> <p> <br/> </p> <p> <br/> </p> </div> </div> </div>
- Save the Page and Edit again
- Now click on the Page Layout button
- Page layout breaks
Expected Results
Page layout stays intact and a new section is added
Actual Results
Before clicking Page Layout button

After clicking page layout the original layout breaks

Workaround
Remove the <div class="innerCell"> from the page format