hectorguo / CKEditor-Markdown-Plugin

Markdown Plugin for CKEditor
http://hectorguo.github.io/CKEditor-Markdown-Plugin/
112 stars 24 forks source link

Plugin does not work in Internet Explorer #9

Open daxhns opened 8 years ago

daxhns commented 8 years ago

It seems that the plugin does not work on Internet Explorer?

Even the Demo stops working in IE 11 ...

daxhns commented 8 years ago

Any update on this?

Even the official demo http://hectorguo.com/CKEditor-Markdown-Plugin/ does not work in Internet Explorer. Anything entered while in markdown mode is lost when switched back to normal mode.

Any way around this?

daxhns commented 8 years ago

Found a fix for this, if anyone else is having the same problem.

Just comment out the line that says: this.show(); in the onResize() function in plugin.js