Discuss anything related to web development but no technical support questions


Post by Stanleyliu1006 »

Hi

I am trying to display my scheulder on the IE 11, but it shows the error as the screenshot. Any idea on it?

Thanks

Stanley
Attachments
IE11_issue.PNG
IE11_issue.PNG (73.14 KiB) Viewed 2340 times

Post by pmiklashevich »

Hello Stanley,

Missing fonts shouldn't lead to empty screen. There might a different cause. The URL is not recognized by me. Have you tried different browsers? Have you tried open online examples? What are ext/bryntum versions? What are steps to reproduce the issue? Please elaborate.

Pavlo Miklashevych
Sr. Frontend Developer


Post by Stanleyliu1006 »

Hi pmiklashevich

I have solved this problem.

It seems IE 11 not support the js code below :

new Date('YYYY-mm-dd HH:mm:ss'), it shows error of invalid date format. (but other browsers, such as chrome, firefox and edge are all working fine)

instead i change my code to new Date('mm/dd/YYYY HH:mm:ss') for scheduler start and end date. Then it now works on IE 11.

Kind regards
Stanley

Post by mats »

Great to hear you solved it, please post in the relevant Scheduler forum next time :)

Post Reply