Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Iframes not displaying anymore in quantum

  • 2 replies
  • 69 have this problem
  • 49 views
  • Last reply by 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.

Chosen solution

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.

Read this answer in context 👍 1

All Replies (2)

more options

Chosen Solution

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.