Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Firefox Quantum not showing content of iframe - SOLVED

  • 2 réponses
  • 2 ont ce problème
  • 1 vue
  • Dernière réponse par 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

Toutes les réponses (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.