<div class="innerCell"> present in the storage format , breaks the page layout when "page layout" button in clicked in the edit mode

XMLWordPrintable

    • 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

      1. Install Confluence
      2. Install Confluence storage format source edittor
      3. Create a new page and Save it
      4. 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>
      1. Save the Page and Edit again
      2. Now click on the Page Layout button
      3. 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

              Assignee:
              Unassigned
              Reporter:
              Shivangi Nayak
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: