Nested Multiexcerpt in LCM with only a table does not display in view mode

XMLWordPrintable

    • 1
    • Major

      Issue Summary

      A Multiexcerpt with only a table, nested inside an LCM, does not display in view mode after conversion from TinyMCE

      Steps to Reproduce

      1. Create a Legacy Editor page
      2. Add a node (e.g, Excerpt, Panel)
      3. Add Multiexcerpt inside node
      4. Create table inside Multiexcerpt
      5. Convert to cloud editor
      6. See that the table is not visible in view mode and only seen after clicking 'Make Edits'

      Example storage format:

      <ac:structured-macro ac:name="panel" ac:schema-version="1" ac:macro-id="8bc5c15e-02f1-4cce-ac07-2e882fb6630f">
       <ac:rich-text-body>
        <ac:structured-macro ac:name="multiexcerpt-macro" ac:schema-version="1" ac:macro-id="2e3bbe6a-a679-4d5d-97ca-d68dfc3c6484">
         <ac:parameter ac:name="hidden">
          false
         </ac:parameter>
         <ac:parameter ac:name="name">
          abcde
         </ac:parameter>
         <ac:parameter ac:name="fallback">
          false
         </ac:parameter>
         <ac:parameter ac:name="atlassian-macro-output-type">
          INLINE
         </ac:parameter>
         <ac:rich-text-body>
          <p class="auto-cursor-target">
           <br />
          </p>
          <table>
           <tbody>
            <tr>
             <th>
              <br />
             </th>
             <th>
              <br />
             </th>
             <th>
              <br />
             </th>
             <th>
              <br />
             </th>
            </tr>
            <tr>
             <td>
              <br />
             </td>
             <td>
              <br />
             </td>
             <td>
              <br />
             </td>
             <td>
              <br />
             </td>
            </tr>
            <tr>
             <td>
              <br />
             </td>
             <td>
              <br />
             </td>
             <td>
              <br />
             </td>
             <td>
              <br />
             </td>
            </tr>
            <tr>
             <td>
              <br />
             </td>
             <td>
              <br />
             </td>
             <td>
              <br />
             </td>
             <td>
              <br />
             </td>
            </tr>
           </tbody>
          </table>
          <p class="auto-cursor-target">
           <br />
          </p>
         </ac:rich-text-body>
        </ac:structured-macro>
       </ac:rich-text-body>
      </ac:structured-macro>
      <p /> 

       

      Expected Results

      The table should be displayed in view mode

      Actual Results

      Table inside Multiexcerpt is not displayed in view mode

      Workaround

      Add any content that is not a table inside the multiexcerpt, e.g. add an empty line after the table and update the page.

        1. workaround.mov
          2.77 MB
          Jade Robinson
        2. Screen Recording 2026-04-08 at 11.59.38.mov
          16.35 MB
          Audrey You

              Assignee:
              Unassigned
              Reporter:
              Audrey You
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: