Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.44k stars 318 forks source link

Cursors moves to beginning while typing #403

Open mipmip opened 2 years ago

mipmip commented 2 years ago

Describe the bug While typing the cursor moves to beginning of text. This makes it unusable.

To Reproduce Just start typing. After a few seconds, when pausing for a second, the cursor has moves to the beginning of the textarea.

Version information

Ionaru commented 2 years ago

What options did you use on the editor?

mipmip commented 2 years ago

autofocus: false, spellChecker: false

mipmip commented 2 years ago

Tested with Electron "9.4.4". on Linux

Same problem.

Ionaru commented 2 years ago

Can't reproduce this on any browser, maybe an Electron issue?

Ionaru commented 2 years ago

Then again, Cypress uses Electron for headless testing ( in CI ) and that works without issues.

mipmip commented 2 years ago

I will upgrade my application to electron 16 soon. Test report will follow.