bug report on ie 8 , 9 and 10

caberg
there's only show blank screen, no text ever show up

but it's doing fine in firefox 34 , latest chrome and opera 28

Alex
This is happening when you open your HTML file locally because IE falls back to IE7 mode, even if the correct HTML doctype is used. If you upload the HTML to an actual web server, it should work properly.

I've now pushed a fix to GitHub. It adds this line to index.template.html:


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


This should fix IE9 and later. Note that IE8 is not supported.

This topic is now closed. Topics are closed after 180 days of inactivity.

Support

Forums