Active
Project:
Javascript Tools
Version:
5.x-0.8
Component:
Jscalendar
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2007 at 21:04 UTC
Updated:
16 Nov 2007 at 08:49 UTC
Getting this error when clicking the calendar icon. No calendar opens and the 'undefined' is null or not an object error appears :(
Quite hard for me to debug, since it says "Line 15, Char 28949" :O
Works fine with 2.0.0.9 FireFox - also tried the 5.x-1.x-dev version and didn't help..
Comments
Comment #1
tormu commentedI also tested with IE7, and the same problem exists - can't open the Calendar view at all :(
Comment #2
tormu commentedGot a debug tool, which shows the error to be on jscalendar/lib/calendar_stripped.js
The part it hilights is
if(weekend.indexOf(realday.toString())!=-1)Confused about what's causing it - any ideas?