Issue 1113: Height and scroll bars not rendering correctly in safari on iPad
Status:  Invalid
Owner: ----
Closed:  Aug 2013
Reported by philsmit...@gmail.com, Sep 13, 2011
In the iPad on Safari the calendar renders from 0800 (Set as first hour) and stops at 1300 (not a full day AND there are no scoll bars and no means to scroll down to view the calendar for the rest of the day.

Any advice would be appreciated.
	$('#calendar').fullCalendar({
		theme: true,
		defaultView: 'agendaDay',
		firstDay: 1,
		editable: true,
		weekends: false,
		firstHour: 8,
		columnFormat: {
			month: 'ddd',
			week: 'ddd d/M',
			day: 'dddd d/M'
			},
		header: {
			left: 'prev,next today',
			center: 'title',
			right: 'agendaDay, agendaWeek, month'
		},

Phil
LabCalender.htm
7.6 KB   View   Download
Oct 2, 2011
Project Member #1 adamrs...@gmail.com
what version of OSX are you using?

also, can you please simplify your html file so that it can run on its own? w/o any of the event code? and wrap up your html file along with the js/css dependencies in a zip, so that i can just run the html file and see everything immediately? thanks
Status: Reproducing
Sep 13, 2012
#3 ed.ralph...@gmail.com
I found the attached code when trying to resolve my bug which is that when dragging events on the calendar the delta always ends up being x days + 1 hour whenever we are in BST (GMT+1).  So if you drag an event forward by a day, the delta is 25 hours making the event start a day earlier than you intended.  After October (when the clocks go back) the issue isn't present.  Thanks to Phil's changetolocal() function in the attached file I was able to workaround the issue.  Many thanks Phil.
Aug 14, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Invalid