My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1157: All event rendering at top left
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  ----
Closed:  Oct 2011


Sign in to add a comment
 
Reported by asharif....@gmail.com, Oct 24, 2011
Not really sure what's going on but all my event that I add (manually for now) are rendering at the top left origin.  It almost looks like whatever data structure it's looking for is 'undefined' so it's treating it as 0, 0 for ever

In other words all my events are being slapped on top of where the word 'sunday' is.  Any help would be great.

Oh, I also tried to tricker this from a button click to make sure it didn't have to do with page load problems, etc.

Oct 24, 2011
#1 asharif....@gmail.com
btw my code is:

$('#calendar').fullCalendar({
	    
		
        
		events: [
		         {
		             title  : 'event1',
		             start  : "2011-10-11"
		         }
		]
		
	});
cal.jpg
8.5 KB   View   Download
Oct 24, 2011
#2 asharif....@gmail.com
found issue.  i had an old ie lib for rounding corners shadowborder.js.  this doesn't play nicely with that
Oct 26, 2011
Project Member #3 althaus.it
(No comment was entered for this change.)
Status: Invalid
Sign in to add a comment

Powered by Google Project Hosting