createAdfRendererIframeProps - Links inside platform-managed ADF renderer iframe are not clickable

XMLWordPrintable

    • 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

       

              Assignee:
              Unassigned
              Reporter:
              Gabriel Vilhena (Inactive)
              Votes:
              13 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated: