Issue 661: events: not firing when calendar is emebed in Richfaces tabpanel in IE
Status:  Done
Owner: ----
Closed:  Nov 2010
Reported by num5labo...@gmail.com, Oct 7, 2010
I have the calendar working just fine in IE, FF, and Chrome. However when I embed the calendar within a RichFaces Tabpanel, the events: function doesn't return events in IE(works just fine in Chrome and FF). The url for the Json response never gets called and no error is reported?(I have a dbug line in the url and it kicks off in everything but IE). 
code:
var j$ = jQuery.noConflict();
	j$(document).ready(function() {
	 var date = new Date();
        var d = date.getDate();
        var m = date.getMonth();
        var y = date.getFullYear(); 
	 
	j$('#calendar').fullCalendar({
		header: {
				left: 'prev,next today',
				center: 'title',
				right: 'month,agendaWeek,agendaDay'
			},  
			editable: false,
			
			 events: "Training_CalendarJsonResponder" ,
  			  
		});
		   
	});
Any help would be appriciated. 
Oct 7, 2010
Project Member #1 adamrs...@gmail.com
...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)...
Status: Reproducing
Nov 21, 2010
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done