Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Site is not showing properly in IE11 #299

Closed
attilah opened this issue Sep 30, 2013 · 15 comments
Closed

Site is not showing properly in IE11 #299

attilah opened this issue Sep 30, 2013 · 15 comments
Assignees

Comments

@attilah
Copy link

attilah commented Sep 30, 2013

Project site is not showing properly in IE11.
polymer-ie11

@dfreedm
Copy link
Member

dfreedm commented Sep 30, 2013

The "Assertion Failed" log looks like ShadowDOM polyfill related issues @arv.

@attilah
Copy link
Author

attilah commented Sep 30, 2013

Maybe it has something to do with browser detection and polyfill apply then? since the user agent string in IE11 missing the "MSIE" tag for example.

http://www.nczonline.net/blog/2013/07/02/internet-explorer-11-dont-call-me-ie/

@dfreedm
Copy link
Member

dfreedm commented Sep 30, 2013

No, nothing uses user agent string to detect for IE. The polymer polyfills use feature detection almost exclusively.

@arv
Copy link
Contributor

arv commented Sep 30, 2013

Hmmm... Did it work in IE10?

@dfreedm
Copy link
Member

dfreedm commented Sep 30, 2013

Site looks ok in IE 10. Betting this is related to IE 11's new MutationObservers, but I'll take a closer look to confirm.

@attilah
Copy link
Author

attilah commented Sep 30, 2013

It seems like this is the point where the assertation happens:

var ShadowDOMPolyfill={};!function(a){"use strict";function b(a){if(!a)throw new Error("Assertion failed")}

@dfreedm
Copy link
Member

dfreedm commented Sep 30, 2013

Hmm, I can't seem to replicate with the Windows 7 IE 11 Release Preview. Are you using the Windows 8/8.1 version? Not sure different they would be...

@attilah
Copy link
Author

attilah commented Sep 30, 2013

Windows 8.1 RTM, IE11 yup.

@attilah
Copy link
Author

attilah commented Sep 30, 2013

Is there anything I can help to diagnose this further?

@dfreedm
Copy link
Member

dfreedm commented Sep 30, 2013

One more bit please: What is the version number of IE 11 you have? The 7 and 8.1 VMs on modern.ie have different version numbers. Not sure if the RTM has yet a third one as well.

@attilah
Copy link
Author

attilah commented Sep 30, 2013

Version: 11.0.9600.16384
Update Versions: RTM (KB2841134)

@attilah
Copy link
Author

attilah commented Sep 30, 2013

Ohh, and it's the desktop IE, not the modern IE, but the issue is the same :-)

@dfreedm
Copy link
Member

dfreedm commented Sep 30, 2013

Thanks! Looks like the 8.1 VM available from http://modern.ie is out of date, and crashed IE on loading the page.

@ghost ghost assigned dfreedm Oct 2, 2013
@dfreedm
Copy link
Member

dfreedm commented Aug 12, 2014

Working with the latest iteration of the site in IE11.

@dfreedm dfreedm closed this as completed Aug 12, 2014
@tikicoder
Copy link

I have the site showing but the designer box is not loading properly. I Can screen shot it if you want.

Also I have made a start of a custom theme, but in ie11 it only works on the first click for most of the elements but works ok for the rest. Withs fine in chrome and firefox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants