Issue 711: https local address and fullcalendar
Status:  Done
Owner: ----
Closed:  Nov 2010
Reported by witi...@gmail.com, Nov 15, 2010
When local address is used (e.x. https://192.168.1.222 in firefox, ie9, chrome calendar is not working, this error appears: 

Error: body.find("tr:eq(" + slotI + ") td div")[0] is undefined 
Source File: ... fullcalendar_min.js 
Line: 2439

How to solve this problem?
Nov 18, 2010
#1 witi...@gmail.com
attach a screen.
Untitled.png
10.3 KB   View   Download
Nov 18, 2010
#2 witi...@gmail.com
Could anybody explain, what this code do:

if (slotTop === undefined) {
slotTop = slotTopCache[slotI] = body.find('tr:eq(' + slotI + ') td div')[0].offsetTop;
}

When this code part is removed, all works. 
		
Nov 21, 2010
Project Member #3 adamrs...@gmail.com
could you provide a workable demo if this bug? please have it up on a https server so i can try to debug, thanks a lot. (also could you have the un-minified fullcalendar.js running?)
Status: Reproducing
Nov 22, 2010
#4 witi...@gmail.com
Hello,

I am very sorry, but the problem was in data passed to firstHour. (was 8,9, should be one digit). But I can't understand, how it works in ie8. Please close this issue.

Thanks, witiokz
Nov 22, 2010
Project Member #5 adamrs...@gmail.com
k, glad you figured it out. please open another issue if you think there's a bug in IE8
Status: Done