Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Firefox Quantum not showing content of iframe - SOLVED

  • 2 отговора
  • 2 имат този проблем
  • 1 изглед
  • Последен отговор от 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

Всички отговори (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.