Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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.