-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Image duplication in IE #218
Comments
Hello, thanks for the report. Could you by chance make a working codesandbox or similar showing the full code/problem? Thanks |
Sure thing. https://codesandbox.io/s/react-to-print-multi-image-issue-in-ie-example-gpxg6 I don't think codesandbox works in IE but I pulled it up in Edge and it has the same issue it looks like. Thanks |
I am having this issue also. |
I had the same issue but I was able to avoid this issue removing header images-> #236 |
I'm unable to reproduce the Edge 80 using BrowserStack. I believe you all that this is happening, I'm just not able to reproduce it yet (meaning I can't vet any fixes for it). I've requested free access from them via their open source program to be able to test using IE (normally requires a paid plan). |
any update on this issue ? experiencing the same thing in IE in company production code. i see there is an open PR for the edge issue that seems to include a fix for IE as well. |
Both IE 11 and Edge 42 are pulling all the img tags that exist on the page (outside of the ref div) and showing them on print screen at the top of the page. I'm using react-to-print 2.6.3 |
I've published a new release, |
Hi. I tried the new beta and getting compilation error: Failed to compile. ./node_modules/react-to-print/lib/index.js |
Receiving this error as well in my build. |
Oops, my mistake. That error is coming from this change, which I have reverted in |
Please let me know how |
1.7.0-beta.2 has solved the issue in both Edge and IE. |
Thanks for the quick solution! Pushed and tested the update and it works great. |
@MatthewHerbst Awesome, thanks! That works, next week I'll do better tests, but apparently it works as expected great work! |
This is out of beta and published as |
I'm having an issue with images duplicating once or twice when using this in IE. In FF and Chrome it prints as expected; a document with just a single image. But in IE, the result is multiple images stacked on the document. Other elements will render fine around it.
This document comes out with two images stacked but I've seen it do three as well. Is there maybe a workaround or known reason for this happening?
edit: this was in IE 11
The text was updated successfully, but these errors were encountered: