-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Macros - Other - 3rd Party
-
None
-
2
-
1
When rendering ADF content via createAdfRendererIframeProps in a Forge Custom UI macro, hyperlinks inside the rendered content are not clickable. The platform-managed iframe generated by this function is cross-origin and sandboxed, which means:
- Click events from within the inner iframe do not bubble up to the outer Custom UI container
- The AdfRenderer iframe does not emit postMessage events for link clicks
- Accessing contentDocument of the inner iframe is blocked by the browser's same-origin policy