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

Continuously page loading when textarea is in sync #333

Closed cizar closed 10 years ago

cizar commented 10 years ago

If I define the textarea option, then the browser keep showing the loading page icon.

It's happens on Chrome and Firefox.

I don't know if this is the normal behavior.

screenshot from 2014-06-29 13 19 28

cizar commented 10 years ago

It was my error! The problem is that there was not the textarea with the name that I defined in the configuration. Console message: TypeError: t._textareaElement is null. Sorry!