| Issue 552: | Full calander throws script error in IE8 | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Fullcalander throws the below error in IE8
Message: 'am' is null or not an object
Line: 17
Char: 23713
Code: 0
URI: http://137.40.68.223/facilitymgt/JS/fullcalendar.min.js
But it works fine in IE6, Firefox and safari.
If I use the fullcalander.js instead of fullcalendar.min.js,below error was thrown:
Message: 'daySegmentContainer' is null or not an object
Line: 1941
Char: 3
Code: 0
URI: http://137.40.68.223/facilitymgt/JS/fullcalendar.js
Note: The fullcalendar throws error in below action:
1. I have a dropdown to select the resource to display the events.
selectchange function is as follows:
function LoadScheduleByResource() {
$('#calendar').fullCalendar('removeEventSource', "ResourceReservationHandler.ashx?ResourceId=" + _Resource_ID + '&LoggedInUserId=' + sessionUsrID); // remove the previous event source
_Resource_ID = $('#divddlResource option:selected').val();
$('#calendar').fullCalendar('removeEvents');
$("#calendar").fullCalendar("addEventSource", "ResourceReservationHandler.ashx?ResourceId=" + _Resource_ID + '&LoggedInUserId=' + sessionUsrID);
}
please help.
Aug 25, 2010
Project Member
#1
adamrs...@gmail.com
Labels:
Type-Defect
Oct 7, 2010
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |