LoginSignup
0
0

More than 5 years have passed since last update.

Firefoxでiframe使うときに、TypeErrorに遭遇した場合

Posted at

原因

firefoxでは、iframeがdisplay: noneになっているときにcontentWindowを初期化しない

結果

TypeError: can't convert null to object

を起こす

Railsの開発中、webpackで圧縮したjsを読み込む作業をしているが、chromeでは問題なく通るのに、firefoxではエラーを吐くなと思って、一晩中原因探索していたらiframeがdisplay: noneになっているのが原因だった

無念!!!!!!

解決策

iframeをvisibility: hiddenにすればいい

余談

クロースプラットフォームテストて苦痛よね

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0