Alex-D / Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://alex-d.github.io/Trumbowyg
MIT License
3.99k stars 612 forks source link

DefaultParagraphSeparator not supported in IE < 11 #435

Closed dominiczaq closed 7 years ago

dominiczaq commented 7 years ago

Informations

Browser + version: IE9 / IE10 OS: Windows 7 Resolution: Not relevant

How to reproduce the bug?

Open webpage with trumbowyg. IE < 11 are not supporting DefaultParagraphSeparator https://msdn.microsoft.com/en-us/library/hh801229(v=vs.85).aspx#DefaultParagraphSeparator

dominiczaq commented 7 years ago

I've made PR with simple try catch block, which solves the issue.