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

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

Learn More

Iframes not displaying anymore in quantum

  • 2 απαντήσεις
  • 69 έχουν αυτό το πρόβλημα
  • 18 προβολές
  • Τελευταία απάντηση από markperri

more options

Since upgrading to Firefox Quantum Developer Edition none of my iframes are working. I'm changing the src to display webpages or to display text, but nothing shows.

Example:

<iframe id="background_iframe" src="https://chem.libretexts.org/Core/Physical_and_Theoretical_Chemistry/Quantum_Mechanics/06._One_Dimensional_Harmonic_Oscillator/Anharmonic_Oscillator" style="height: 100%; width: 100%; display: inline;"></iframe>

I just get a blank white page. It worked in the last non-quantum version of firefox.

Since upgrading to Firefox Quantum Developer Edition none of my iframes are working. I'm changing the src to display webpages or to display text, but nothing shows. Example: <iframe id="background_iframe" src="https://chem.libretexts.org/Core/Physical_and_Theoretical_Chemistry/Quantum_Mechanics/06._One_Dimensional_Harmonic_Oscillator/Anharmonic_Oscillator" style="height: 100%; width: 100%; display: inline;"></iframe> I just get a blank white page. It worked in the last non-quantum version of firefox.

Επιλεγμένη λύση

I can't reproduce the issue. I created a sample html like https://pastebin.mozilla.org/9072855 and it works as expected. Can you please check again and with that file as well.

Ανάγνωση απάντησης σε πλαίσιο 👍 1

Όλες οι απαντήσεις (2)

more options

Επιλεγμένη λύση

I can't reproduce the issue. I created a sample html like https://pastebin.mozilla.org/9072855 and it works as expected. Can you please check again and with that file as well.

more options

You're right, starting without addons fixed it. It looks like noscript was blocking it even though I have both sites allowed. I'll have to look into noscript then.