Polymer / shop

The Shop app
https://shop.polymer-project.org/
986 stars 494 forks source link

Doesn't work on Internet Explorer 11 #157

Closed hamzahrmalik closed 6 years ago

hamzahrmalik commented 6 years ago

I cannot get the demo to work on IE 11 build 11.786.15063.0 on Windows 10. To ensure it's not an error in the build system, i ran the demo at shop.polymer-project.org and got the following errors:

image

The same error occurs when I try to build it myself using es5 bundled or unbundled both. Using the polymer serve command works fine

UPDATE

It does work on IE 11.125.16299.0 on a friends computer, also on Windows 10

dfreedm commented 6 years ago

Hmm, in the screenshot here it looks like you have some IE back compat mode on? If your browser is in IE <11 mode, that could be the issue.

hamzahrmalik commented 6 years ago

@azakus good point i didn't spot that, it says its because "display intranet sites in compatibility..." but this isn't an intranet. Either way, turning it off fixes the issue. Closing