| Issue 331: | agendaWeek wierd rendering | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I'm getting this wierd rendering issue(to be perfectly clear i'm getting
it approximately in 3 out of 5 times) in multiple browsers, especialy in
opera, safari and chrome. FF works very well, but IE doesnt render events
at all.
$('#calendar').fullCalendar({
firstDay: 1,
minTime: 12,
maxTime: 23,
axisFormat: 'H:mm',
firstHour: 12,
allDaySlot: false,
header: false,
editable: false,
defaultView: 'agendaWeek',
events: [
{
title: 'a',
start: new Date(y, m, d-1, 12, 00),
end: new Date(y, m, d-1, 13 ,00),
allDay: false
},
{
title: 'b',
start: new Date(y, m, d-1, 16, 30),
end: new Date(y, m, d-1, 17 ,30),
allDay: false
},
{
title: 'c',
start: new Date(y, m, d-1, 18, 00),
end: new Date(y, m, d-1, 19 ,00),
allDay: false
},
Feb 9, 2010
#1
vehov...@gmail.com
Feb 10, 2010
no problem. glad you figured it out. your 2nd questions is a problem that other people are having as well... merging
Status:
Duplicate
Mergedinto: 320 |
|
| ► Sign in to add a comment |