Issue 244: aspectRatio: 0 fails in ie8
Status:  Released
Owner: ----
Closed:  Aug 2013
Reported by borgenvik.david@gmail.com, Dec 13, 2009
Steps to recreate the error:
Set aspectRatio to 0 and use ie8 as browser.

When I tested a webproject today with ie8 i got the error message:
Invalid argument.  jquery.min.js, line 12 character 12949

Using a debugger I managed to trace the problem to a css "height" property.
After some more digging I figured out that it was the, aspectRatio option
in the fullCalendar that was the problem. I had set the aspectRatio to 0
for some reason.

A simple solution is of course to the the aspectRatio to something bigger
than 0 but there may be more idiots like me out there accidentally setting
this to 0 and ending up spending some sometime debugging. So maybe a "fix"
is in order?
Dec 21, 2009
#1 bibendus...@gmail.com
Same for me with IE8 and IE8 compatibility mode!
With firefox it works but there are 2 graphical itches

1) Column lines are all missing
2) Day titles are not aligned with the TimedEvents area, however I think this has
been reported before
Ratio0Itches.jpg
87.8 KB   View   Download
Dec 22, 2009
Project Member #2 adamrs...@gmail.com
i made this change in 1.4.3 (just released). it will let you make an aspectRatio of
zero, but it will make the calendar really long, and hopefully you will catch your
mistake. thanks for the idea.

yep, the columns not lining up is another issue:
https://code.google.com/p/fullcalendar/issues/detail?id=235
Status: Fixed
Aug 13, 2013
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released