OscarGodson / EpicEditor

EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.
http://epiceditor.com
MIT License
4.25k stars 334 forks source link

Doesn't register/save trailing whitespace in IE #264

Open Gankra opened 11 years ago

Gankra commented 11 years ago

This occurs correctly in chrome/FF, but the last step does not work in IE10 on the current master (epiceditor.com). Haven't tested IE9, but I suspect it's the same.

This also causes the editor to not emit "update" when new lines are added to the end of the document, which is breaking my current autogrow implementation.