asked on April 2, 2019
•
Show version history
Cause: rt = n(window.top.document).find("#file-delete-confirm")
Error: Uncaught DOMException: Blocked a frame with origin "https://website.com" from accessing a cross-origin frame.
Behavior: Form does not display when iframe b/c of the above line.
Temp Solution: Added (Display: block !important;) to CSS for form to display. This present other functionality issues.
0
0