You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created React app which is inside Power BI visual. Power BI visual renders the react app inside of iframe. This iframe have attribute sandbox="allow-scripts". When loading the TinyMCE I get
tinymce.min.js:4 Uncaught DOMException: Blocked a frame with origin "null" from accessing a cross-origin frame.
I could not find the solution to this. Please recommend the solution to this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have created React app which is inside Power BI visual. Power BI visual renders the react app inside of iframe. This iframe have attribute
sandbox="allow-scripts"
. When loading the TinyMCE I gettinymce.min.js:4 Uncaught DOMException: Blocked a frame with origin "null" from accessing a cross-origin frame.
I could not find the solution to this. Please recommend the solution to this.
Beta Was this translation helpful? Give feedback.
All reactions