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,964 times
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
- 304