DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » Bugs » Javascripr error on move

Javascripr error on move

We are considering using the DayPilot tool but now the Scheduler has a weird move bug...

Error message FF = $09.rows[$03.DayIndex + 2] has no properties
Error message IE = Row 3, char 14150, rows[...].cells is empty or is no object.

The error appears after the first callback (move). Item is moved properly the first time (IE and FF) but the second time these errors start appearing.

Any help would be appreciated.
Jan Marten - 10/3/2007 12:32:37 PM
Version used = DayPilotProTrial-4.0.1205
Firefox 2.0.0.7, IE 7.
Jan Marten - 10/3/2007 12:34:33 PM
Thanks for reporting the bug.

I would suggest the following: I will send you the latest build (which includes several bug fixes) and if the bug still appears I will take a look at your code. If you want to try the latest build please let me know at daypilot @ annpoint.com.
Dan Letecky - 10/3/2007 3:55:10 PM
Incidentally, the same issue appeared in another topic today - see http://forums.daypilot.org/Topic.aspx/166/javascript_error_when_i_add_an_event
for a solution.
Dan Letecky - 10/3/2007 5:05:09 PM
That fixed the 'problem'. I saw the resources added twice by the form-load event but fixed that by calling the Resources.clear() command.
Jan Marten - 10/4/2007 9:13:16 AM
Post reply