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
the host page have two iframes with content that changes its height dynamically
every of the iframes do the following:
includes iframeResizer.contentWindow.js
adds script iframeResizer.js to the host page
adds the following call to initialize itself to a script in the host page's body: jQuery('#' + window.frameElement.id).iFrameResize()
Steps to reproduce
open host page
change the height of content of any iframe
Expected result
The height of the iframe has changed
Actual result
The height of the iframe is NOT has changed
browser's console has messages like the following:
Sending message to host page (iframe-43993:1921:568:mutationObserver)
Ignored: iframe-43993:1921:568:mutationObserver
Help to fix
iframeResizer.js: 982
The text was updated successfully, but these errors were encountered:
Version
3.5.5
Precondition
Steps to reproduce
Expected result
The height of the iframe has changed
Actual result
Sending message to host page (iframe-43993:1921:568:mutationObserver)
Ignored: iframe-43993:1921:568:mutationObserver
Help to fix
iframeResizer.js: 982
The text was updated successfully, but these errors were encountered: