My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 331: agendaWeek wierd rendering
1 person starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Merged:  issue 320
Owner:  ----
Closed:  Feb 2010


Sign in to add a comment
 
Reported by vehov...@gmail.com, Feb 8, 2010
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
			},
fullcalendar.png
15.9 KB   View   Download
Feb 9, 2010
#1 vehov...@gmail.com
I'm realy realy sorry, it was my fault I placed fullcalendar.css after 
fullcalendar.js. Sorry again.

But IE still doesnt render events at all..
Feb 10, 2010
Project Member #2 adamrs...@gmail.com
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

Powered by Google Project Hosting