5
4

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.

ブラウザによって挙動の違うjavascriptに出会ったときの話

Posted at

何が起きた?

javascriptのDate()関数が、IEとChromeで異なる動きをする。

このおかげでjqplotにも派生エラー。jqplotのsetDate()にDate()を渡すとIEだけおかしな動きをした。

じゃあどうした?

Date()を使わず、setDate()には文字列を渡した。

なんのために?

ブラウザ依存で発生するエラーを抑止するため

もしかしたらsetDate()にも似たような問題があるかもしれないけど、そのときはそのとき。

削れるものは削るに限る。

5
4
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
5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?