My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 361: event positioning out of place
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Feb 2010


Sign in to add a comment
 
Reported by donjohn....@gmail.com, Feb 23, 2010
I'm finding that an event that I just entered into my calendar is initially 
positioned incorrectly, but if I move forward to the following month it is 
positioned correctly, and if I move back to the previous month it is then 
positioned correctly (it is visible because it is in the first days of the 
following month).

You can see the example here: http://www.parrocchiasanlino.org , just click 
on "Visualizza il calendario parrocchiale" which brings up the absolutely 
positioned div that I've fullcalendar'd. Both in Internet Explorer 8 and in 
Chrome 5.0.322.2 I have this issue.
Feb 23, 2010
#1 donjohn....@gmail.com
I just wanted to specify that I'm using your latest build, 1.4.5 which I downloaded 
from  issue 340 
Feb 23, 2010
Project Member #2 adamrs...@gmail.com
hi donjohn,
i officially released 1.4.5 on monday, and it had some additional bugfixes: can you
try downloading it at http://arshaw.com/fullcalendar/download/ and let me know if the
problem still persists? thanks a lot
adam
Feb 23, 2010
#3 donjohn....@gmail.com
I downloaded 1.4.5 from that url, but it did not fix this problem. You can see it at 
http://www.parrocchiasanlino.org (top right hand block "Visualizza il Calendario 
Parrocchiale")
Feb 23, 2010
Project Member #4 adamrs...@gmail.com
i found the reason. when the events render, the calendar is already hidden, so it
can't calculate the position of the events. here is a better technique, using the
render method (http://arshaw.com/fullcalendar/docs/display/render/)...

hide the calendar right away...

    $('#parishcalendarviewer').disableTextSelect().hide().fullCalendar({ ...

after it is done showing, call render...

    $('#parishcalendarviewer').show("fast", function() {
        $('#parishcalendarviewer').fullCalendar('render'); 
    });

please let me know if this works.
Feb 23, 2010
#5 donjohn....@gmail.com
yes that did work! thanks for your interest, it's really nice to have someone who takes 
care
Feb 23, 2010
Project Member #6 adamrs...@gmail.com
great. that fix should solve your other problem too ( issue 362 ). please respond on
that thread just to confirm
Status: Done
Sign in to add a comment

Powered by Google Project Hosting