3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CSSをリセットした状態でIE8.jsを使うとエラーが発生する

Posted at

クソハマったのでメモ。

YUI 2 Reset CSS でスタイルをリセットした状態で IE8.js を使うと、 IE6 でページを開いた時にスクリプトエラーが発生する。

どうもスタイルがリセットされてないことが前提の実装のようで、スタイルについてのプロパティ(currentStyle)を操作しているところで undefined を参照してしまいエラーが発生していた。

YUI 2 Reset CSS を使わないようにしたら、エラーが発生しなくなった。

3
3
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
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?