| Issue 711: | https local address and fullcalendar | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
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
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
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
k, glad you figured it out. please open another issue if you think there's a bug in IE8
Status:
Done
|
|
| ► Sign in to add a comment |
10.3 KB View Download