When I print preview a web page that I used highchart component, I encountered an error that is "Internet explorer has stopped working...". This problem is only happening when print preview. At the moment I am using IE 11. IE 9 version is working properly. I don't know how it works in IE 11 ver.
Asked
Active
Viewed 1,941 times
2
-
Do you know if it works with IE11? Sounds like there is a bug, I'd email the devs – Dave May 21 '14 at 08:29
-
The page can be rendered by IE 11, but the problem occurs when I do print preview and print. No problem firefox, chrome, IE9 – Mustafa Güney May 22 '14 at 08:22
-
I have added the following code and it was fixed. svg { position: absolute !important; } – Mustafa Güney Sep 30 '14 at 06:28
1 Answers
3
The asker managed to solve the problem, but hasn't posted it as an answer. Copying the answer for the benefit of any other users who don't notice it...
Adding the following CSS solved the problem entirely:
svg { position: absolute !important }
Brondahl
- 285
- 2
- 15