搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

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.