| Issue 1157: | All event rendering at top left | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
found issue. i had an old ie lib for rounding corners shadowborder.js. this doesn't play nicely with that
Oct 26, 2011
(No comment was entered for this change.)
Status:
Invalid
|
|
| ► Sign in to add a comment |
btw my code is: $('#calendar').fullCalendar({ events: [ { title : 'event1', start : "2011-10-11" } ] });8.5 KB View Download