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

*::first-line selector in print styles crashes IE11 print / print preview #20814

Closed
dealerweb opened this issue Sep 30, 2016 · 12 comments
Closed

Comments

@dealerweb
Copy link

There seems to be a bug in printing with Internet Explorer. It's not a bug in my code, because the website of Bootstrap v4 also doesn't work. My system run with W10 + IE11. Does anyone have the same problem or a solution?

@acshef
Copy link

acshef commented Sep 30, 2016

Can you be more specific? What's the bug? Can you provide screenshots of what you're seeing vs what you're expecting? Have you tried with other browsers/systems?

@dealerweb
Copy link
Author

I can print in all other browsers (chrome, firefox, opera, edge). It's only the ie11. The print-preview shows nothing and works and works until the browser crashes. If i print directly, nothing happend.

The bug is in alpha3 + alpha4. With alpha2 it works fine.

@slavanga
Copy link

Related: h5bp/html5-boilerplate#1799

@dealerweb
Copy link
Author

@slavanga Thanks, this was the solution.
I hope, the dev-team will change this in future releases.

@slavanga
Copy link

slavanga commented Oct 2, 2016

@y2wde you should keep this issue opened so that it can be fixed.

@patrickhlauke
Copy link
Member

if the issue is due to :first-line, then it seems the fix needs to happen upstream in https://github.com/necolas/normalize.css

@slavanga
Copy link

slavanga commented Oct 2, 2016

@patrickhlauke This is not an issue with normalize. The print styles are from the HTML5 Boilerplate.

@patrickhlauke
Copy link
Member

ah sorry, got confused when i skimmed the dist CSS. been a while since i looked, but it appears we've copied the print styles from HTML5 Boilerplate wholesale with changes, so we'll need to tweak at BS end https://github.com/twbs/bootstrap/blob/v4-dev/scss/_print.scss

@patrickhlauke patrickhlauke reopened this Oct 2, 2016
@patrickhlauke patrickhlauke changed the title Printing don't work with IE11 on W10 with v4-alpha4 *::first-line selector in print styles crashes IE11 print preview Oct 2, 2016
@patrickhlauke patrickhlauke changed the title *::first-line selector in print styles crashes IE11 print preview *::first-line selector in print styles crashes IE11 print / print preview Oct 2, 2016
@patrickhlauke patrickhlauke self-assigned this Oct 2, 2016
@patrickhlauke
Copy link
Member

note that #20821 fixes the crashing, but printing behavior is still borked in IE11 it seems (won't print more than 1 page). but that's a different issue, which should be filed once #20821 is merged

@niteraven78
Copy link

There's a change in Windows Update "September 29, 2016 — KB3194496 (OS Builds 14393.222)":

Addressed issue causing “Print all linked documents” to not work in Internet Explorer 11.

Does that fix it?

https://support.microsoft.com/en-us/kb/3194496

@patrickhlauke
Copy link
Member

Does that fix it?

no

@cvrebert
Copy link
Collaborator

cvrebert commented Oct 5, 2016

but printing behavior is still borked in IE11 it seems (won't print more than 1 page). but that's a different issue, which should be filed once #20821 is merged

@patrickhlauke Care to file that issue now that it's been merged?

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

No branches or pull requests

6 participants