-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Macros - Other - Native (1st Party)
-
None
-
1
-
Severity 3 - Minor
Issue Summary
A table inside an Excerpt macro does not render at full width in view/renderer mode. The table briefly appears at full width during page load, then collapses to show only the first two columns. The table renders correctly at full width in edit mode. Moving the table outside the Excerpt macro resolves the issue.
Steps to Reproduce
- Create a Confluence Cloud page
- Insert an Excerpt macro
- Insert a multi-column table (6+ columns) inside the Excerpt macro
- Set the page layout to Wide or Full width
- Publish the page
- Observed: Table briefly flashes full width on load, then collapses to first ~2 columns in renderer
- Expected: Table renders at full width, consistent with edit mode behaviour
Expected Results
The table should render with all columns inside the Excerpt macro
Actual Results
| Context | Behaviour |
|---|---|
| View mode (renderer) | Table collapses to first ~2 columns after page load |
| Edit mode | Table renders correctly at full width |
| Table outside Excerpt macro | Renders correctly |
| Table inside Excerpt macro | Collapses — bug |
Workaround
Move the table outside the Excerpt macro. The table will render correctly at full width when not inside a nested renderer context.