search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

IE: Script error

Asked by Richard
10 years ago.

DayPilot 7.7.3045
IE11

I have a page which uses a scheduler and a navigator to display events for a single day, using the commandCallBack method to reload the scheduler. When I navigate to a different day and scroll the scheduler, I get a script error in IE:

Unable to set property 'innerHTML' of undefined or null reference
Line: 1, Column: 15441

This error does not occur in Firefox, and was not present in the previous version (7.6.3006).

I have attached a simple demonstration of the problem.

Comment posted by Richard
10 years ago.

The affected section of the code appears to be:

var e=this.elements.hsections[i];var $m=e.cell;if($m){e.firstChild.innerHTML=$m.th.innerHTML;}

It looks like e.firstChild is null after a command callback.

Comment posted by Dan Letecky [DayPilot]
10 years ago.

Hi Richard,

Let me check the issue.

Answer posted by Dan Letecky [DayPilot]
10 years ago.

This issue is now fixed in the latest sandbox build (7.7.3050):

You can test it in the time headers demo which includes navigation buttons (previous/next):

http://www.daypilot.org/sandbox/Scheduler/TimeHeaders.aspx

The fix will be included in the next SP release.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.