Print/export doesn't work in IE9
Print/export doesn't work in IE9
Jonatangpavon
Posts: 2Questions: 1Answers: 0
Hi, the simple example of print/export not work in IE9. Can you help me make it work?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
Thanks for letting me know about this! It is indeed a bug in Buttons 1.2.1 (the current release). I introduced a workaround for a bug in Edge, but that inadvertently triggered a bug in IE...
I've committed the fix and it will be in the next release. The nightly version will rebuild in the next few minutes and will contain the fix.
Regards,
Allan
Very thanks you, it's work!
I think is indeed the case. IE9 appears to have issues when using jQuery to manipulate the new document. Edge appears to have issues when not using jQuery. Fun!
The
customize
function is executed, but you might need to try modifying the DOM directly rather than using jQuery.Allan