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

Print pages in IE11 #1832

Closed
Daveloose opened this issue Apr 22, 2016 · 2 comments
Closed

Print pages in IE11 #1832

Daveloose opened this issue Apr 22, 2016 · 2 comments

Comments

@Daveloose
Copy link

Daveloose commented Apr 22, 2016

When printing a HTML5 boilerplate page IE11 crashes (print preview also fails).
You can fix it by removing the following lines:
*, *:before, *:after, *:first-letter, *:first-line { background: transparent !important; color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ box-shadow: none !important; text-shadow: none !important; }

Step to reproduce:

  1. Download HTML5 boilerplate
  2. Open in IE11
  3. Try to print (it's not working - I don't even get the print dialog box)
@slavanga
Copy link
Contributor

This has already been reported.
See: #1799

@roblarsen
Copy link
Member

Fixed in #1799

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

3 participants