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

Getting Error Msg

Asked by velu.subramanian
6 years ago.

hi ,

we are getting error

Message: Unable to set property 'innerHTML' of undefined or null reference

on reload after drag -drop.

how do i solve it ?

please suggest..
its urgent..

thanks,
velu.subramanian

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

Which version of DayPilot Pro and what browser do you use?

Can you please post the stack trace of the error?

Comment posted by velu.subramanian
6 years ago.

DayPilotProJavaScript-8.4.2911

Message: Unable to set property 'innerHTML' of undefined or null reference
Line: 25
Char: 5446
Code: 0
URI: http://localhost/Rsmartlocal/DR_RS/js/daypilot-all.min.js

function(){c.divLinkpoints.innerHTML="",c.elements.linkpoints=[]}

above statement throws an error - daypilot-all.min.js

Comment posted by velu.subramanian
6 years ago.

hello..
any update ?
throws error on IE only.

Comment posted by velu.subramanian
6 years ago.

hello sir..
any update ?

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

Which version of IE do you use? Please note that DayPilot now only supports IE 11 (since this is the only IE version supported by Microsoft on desktop). In earlier versions it may not work properly.

This error would suggest that the divLinkpoints reference has been cleared. The Scheduler never clears the value. So I suggest checking your code to see if you don't accidentally set it to null.

Answer posted by velu.subramanian
6 years ago.

thanks for your reply..
currently we are using IE 10
will check the code and get back..

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