Issue 640: IE9 Support
Status:  Done
Owner: ----
Closed:  Jan 2011
Reported by tanguy.pruvot@gmail.com, Sep 16, 2010
There is a SCRIPT5007: 'undefined' is null or not an object in IE9 public beta (in grid.js)

i fixed it there :
http://github.com/tpruvot/fullcalendar/commit/9328f98e34d960a6a45329f1e60d84cb04005bfe

it looks like the find(...).height(x) selector doesn't return find() object collection... (jQuery 1.4.2)

This problem lock event positionning, so no event are displayed

There are other problems to have full IE9 support (problems with height), but this fix the main error.
Sep 22, 2010
#4 tanguy.pruvot@gmail.com
ive used another method for 1.4.8 branch :

ive added two fonctions getHeight/getWidth with special fixes for IE9 (only)

http://github.com/tpruvot/fullcalendar/commit/64561a66bc5815c59e12b94a255a4e575e634b5e
Oct 7, 2010
Project Member #5 adamrs...@gmail.com
hey tpruvot, will take a look at this IE9 stuff really soon... (need a copy of windows >= XP first)
Summary: IE9 Support
Status: Discussing
Oct 7, 2010
#6 tanguy.pruvot@gmail.com
;) yea, buy a netbook ;)
Oct 26, 2010
#7 tanguy.pruvot@gmail.com
i think jQuery 1.4.3 update have fixed most of IE9 problems
Jan 1, 2011
Project Member #8 adamrs...@gmail.com
ok cool, i figured these problems were low-level enough that the jquery might fix them. please let me know if you see any other ie9 problems
Status: Done