Description
FIRST of all THANKS!
I have an iframe from the same website generating this message and then the mutationObserver warning spewing out.
the src of the iframe is not dynamic, and the iframe shows the correct source, its just that these warnings appear in the console log (chrome)
I tried to change checkOrigin to false but the 'src' of null means this fails too. (if I have understood correctly why)
Uncaught TypeError: Cannot read property 'src' of null iframeResizer.min.js:8
[iFrameSizer][tacticsStripIFrame] Unexpected message ([iFrameSizer]tacticsStripIFrame:759:1498:init) iframeResizer.contentWindow.min.js:9
[iFrameSizer][tacticsStripIFrame] Unexpected message ([iFrameSizer]tacticsStripIFrame:758:554:mutationObserver) iframeResizer.contentWindow.min.js:9
[iFrameSizer][tacticsStripIFrame] Unexpected message ([iFrameSizer]tacticsStripIFrame:757:554:mutationObserver) iframeResizer.contentWindow.min.js:9
[iFrameSizer][tacticsStripIFrame] Unexpected message ([iFrameSizer]tacticsStripIFrame:756:554:mutationObserver) iframeResizer.contentWindow.min.js:9
[iFrameSizer][tacticsStripIFrame] Unexpected message ([iFrameSizer]tacticsStripIFrame:754:554:mutationObserver)
etc etc
What other imformation could I supply to help?
ALSO... i am not sure if this related, but I have the iframe height slowly decreasing at the bottom, it appears it is creeping up as the seconds tick by.