| Issue 661: | events: not firing when calendar is emebed in Richfaces tabpanel in IE | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Reproducing
Nov 21, 2010
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |