My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 552: Full calander throws script error in IE8
2 people starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Oct 2010


Sign in to add a comment
 
Reported by bal...@gmail.com, Jul 12, 2010
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
Please follow the instructions for submitting a bug (on Support page):

"...please submit a report with a detailed description and a demonstration of the bug. This can be a link to a website or a ZIP containing a runnable HTML file. Please include everything needed to recreate the bug (JS, CSS, event JSON)."
Labels: Type-Defect
Oct 7, 2010
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done
Sign in to add a comment

Powered by Google Project Hosting