Issue 943: firstHour not being set properly
Status:  Invalid
Owner: ----
Closed:  Aug 2013
Reported by neteffic...@gmail.com, May 4, 2011
Hello,

The default value for firstHour is set as 6, but my calendar displays 2 AM as the first hour.  In my call to fullCalendar in the .js file, I am trying to set firstHour to a different hour, for example 9.  The problem is that the change is not being made.

Also, the actual first hour being displayed is 2 AM, which I believe has to do with the -4 hours offset from GMT.  I can work around that using firstHour, but changing firstHour does nothing.

I have tried:

1.  Hard coding a new value in fullcalendar.js -> no change.
2.  Commenting out firstHour in fullcalendar.js -> calendar does not load, so the change to firstHour should be working, no?.
3.  Changing allDayText default value -> change is rendered on calendar

I cannot use minTime and maxTime because my users need to schedule for any hour in the 24 hour cycle.

Any ideas much appreciated.

fullcalendar.js version 1.5.1
May 5, 2011
#2 neteffic...@gmail.com
I figured out the issue, but not the solution.  contentHeight was set and was causing the problem.  I commented out contentHeight and all is well.  
May 6, 2011
Project Member #3 althaus.it
Please provide a working copy online or attached as a zip including all relevant files to reproduce this problem.
Status: Reproducing
Aug 13, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Invalid