fullcalendar / fullcalendar-angular

The official Angular component for FullCalendar
https://fullcalendar.io/docs/angular
MIT License
1.08k stars 177 forks source link

fullcalendar-example-projects/angular showing whitescreen for IE 11 #353

Closed felixxs closed 3 years ago

felixxs commented 3 years ago

Hi, I tried the example project for FullCalendar and Angular from https://github.com/fullcalendar/fullcalendar-example-projects/tree/master/angular - after building and running the example on IE 11 only a white screen was shown (no errors in browsers console). Everything is working fine when running in Google Chrome.

The Issue can be reproced by following the instructions in the https://github.com/fullcalendar/fullcalendar-example-projects/tree/master/angular README.

Thank you in Advance.

acerix commented 3 years ago

Do you mean you are also building it on Windows? I tested this example project built on Linux and it displays find in IE11 on WIndows 7 but can't easily test building in in Windows.

arshaw commented 3 years ago

I'm getting the same problem, a blank screen in IE11. Screenshot of IE11 and Edge side-by-side:

Screen Shot 2021-06-02 at 3 08 09 PM

@acerix , do you have any ideas?

arshaw commented 3 years ago

I was able to fix this by modifying the example project. There seems to be no problem with the @fullcalendar/angular package.

If you set target:es5 in the tsconfig , it fixes:

https://github.com/fullcalendar/fullcalendar-example-projects/commit/214463bf3a48ecd222688a75f55dc100903d4610