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

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

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

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -