-
Bug
-
Resolution: Unresolved
-
Low
-
Severity 3 - Minor
-
Issue Summary
This is reproducible on Data Center: (yes) / (no)
Steps to Reproduce
- Open any Confluence page that uses dynamicContentMacros using the `/wiki/plugins/servlet/remotepageview. I have created an example page for you here: [+https://appanvil.atlassian.net/wiki/plugins/servlet/remotepageview?pageId=1910308879+]
- Create a HTML file that embeds the same URL within an iframe:
{{}}<!DOCTYPE html> <html lang="en"> <head> <title></title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="css/style.css" rel="stylesheet"> </head> <body> <iframe src="https://appanvil.atlassian.net/wiki/plugins/servlet/remotepageview?pageId=1910308879" /> </body> </html>
{{}}
Expected Results
- Third party macros should be shown in the iFrame
Actual Results
- Third-party macros are missing.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available