I have an iframe in a popup. iframe content specified
$('.document-acceptance-container .documentIframe').contents().find('body').html(this.model.get('data').DocumentRecord.DocumentBodyPath);
It works fine in Chrome and loads the iframe content, but in firefox the iframe is empty. I have installed
security.mixed_content.block_active_content to false and disabled addblock.
But that did not help me. If I set a breakpoint on this line in debug mode in firefox - the content was loaded. Do you have any ideas? PS: DocumentRecord.DocumentBodyPath- html code
source
share