ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

Firefox Quantum not showing content of iframe - SOLVED

  • 2 პასუხი
  • 2 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 1 ნახვა
  • ბოლოს გამოეხმაურა cor-el

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)

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

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