Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Iframes not displaying anymore in quantum

  • 2 odpovede
  • 69 má tento problém
  • 2 zobrazenia
  • Posledná odpoveď od 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.

Vybrané riešenie

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.

Čítať túto odpoveď v kontexte 👍 1

Všetky odpovede (2)

more options

Vybrané riešenie

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.