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

Scheduler print error on Internet Explorer

Asked by Giovanni
6 years ago.

Hi,
I've followed this guide: https://doc.daypilot.org/scheduler/printing/ but on Internet Explorer it fails :(

IE is in compatibility mode: EmulateIE10

Thanks,
Giovanni

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

I have tried to add the following meta tag to the print demo (https://javascript.daypilot.org/demo/scheduler/exportprint.html) and it seems to work fine (in IE11):

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10"/>

What kind of problem do you see?

Comment posted by Giovanni
6 years ago.

Hi,
I get the following error: "Impossibile recuperare la proprietà 'appendChild' di un riferimento nullo o non definito"
translated should be something like: "Unable to get property 'appendChild' of undefined or null reference"

Giovanni

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

Could you please post the stack trace of the error?

Comment posted by Giovanni
6 years ago.

TypeError: Impossibile recuperare la proprietà 'appendChild' di un riferimento nullo o non definito
at print (scripts_external.js:6585:13)
at t.prototype.showPrint (scripts_apex.js:1:53209)
at fn (Function code:2:195)
at e (scripts_external.js:296:187)
at m.prototype.$eval (scripts_external.js:160:336)
at m.prototype.$apply (scripts_external.js:161:40)
at Anonymous function (scripts_external.js:296:237)
at r.event.dispatch (scripts_external.js:3:10259)
at q.handle (scripts_external.js:3:8269)

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