-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Page - Editor - Migration or Conversion to Fabric
-
None
-
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
- Create a Legacy Editor page
- Add a node (e.g, Excerpt, Panel)
- Add Multiexcerpt inside node
- Create table inside Multiexcerpt
- Convert to cloud editor
- 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.
- mentioned in
-
Page Loading...