| Issue 244: | aspectRatio: 0 fails in ie8 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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 22, 2009
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
(No comment was entered for this change.)
Status:
Implemented
Aug 13, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |
87.8 KB View Download