Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox Quantum not showing content of iframe - SOLVED

  • 2 replies
  • 2 have this problem
  • 1 view
  • Last reply by cor-el

more options

Hi There, I amusing Firefox quantum (WIndows 10) and a iframe content is not shown while it is in other browsers. Both sites (parent and the site where the iframe comes from) uses HTTPS.

Strange thing is when I open the developer bar (F12) it will load without any problem. I already cleared cache, cookies, started without plugins and even did a "refesh firefox" under Troubleshooting.

While typing I found the solution, so I will continue describing it. Maybe someone else can use it.

In the the Iframe used the contacty was hidden by default and depending on some dependencies some will be show. This was done with jquery and the command $("#divId").show();

After I changed the command to $("#divId").css("display","block"); it worked fine.

Don't ask me why but it is an solution for me. :-)

Greetings,

Frank

Hi There, I amusing Firefox quantum (WIndows 10) and a iframe content is not shown while it is in other browsers. Both sites (parent and the site where the iframe comes from) uses HTTPS. Strange thing is when I open the developer bar (F12) it will load without any problem. I already cleared cache, cookies, started without plugins and even did a "refesh firefox" under Troubleshooting. While typing I found the solution, so I will continue describing it. Maybe someone else can use it. In the the Iframe used the contacty was hidden by default and depending on some dependencies some will be show. This was done with jquery and the command $("#divId").show(); After I changed the command to $("#divId").css("display","block"); it worked fine. Don't ask me why but it is an solution for me. :-) Greetings, Frank

All Replies (2)

more options

Please Mark Your Answer as Solution so is Solved. Thank You

more options

There is no answer by the OP for marking as Solved, so it is useless to ask this.