-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
8.5.0, 8.5.3, 8.3.4
-
1
-
Severity 3 - Minor
-
Issue Summary
If we use an iFrame macro with non-container tags, the content below the HTML macro will not render after the page is published.
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Create a Confluence page and add an HTML macro;
- Within the macro, add the following body:
<iframe />
- Add content below the HTML macro;
- Publish the page;
Expected Results
The content will be rendered as expected;
Actual Results
The content below the non-container iframe tags is not rendered:
Workaround
Use container HTML tags for the iFrame;