javascript - Iframe content not loading in firefox -


i have iframe in pop up. content of iframe's set

 $('.document-acceptance-container .documentiframe').contents().find('body').html(this.model.get('data').documentrecord.documentbodypath); 

it work's fine in chrome , content of iframe loaded, in firefox iframe empty. set

security.mixed_content.block_active_content false , disabled addblock.

but didn't me.if set breakpoint on line in debug mode in firefox - content loaded. have idea? p.s: documentrecord.documentbodypath html code


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -