Inscryb / inscryb-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Based off SimpleMDE by Sparksuite.
MIT License
90 stars 16 forks source link

Screen Readers are unable to track cursor in textarea #18

Open Flameborn opened 6 years ago

Flameborn commented 6 years ago

I'm submitting a...

Reproduction steps

  1. Type text into a MDE textarea, possibly with new lines.
  2. While any screen reader is on, such as NVDA for Windows, VoiceOver on Mac or iOS, use the arrow keys to navigate around.

Result: The textarea is often detected as being empty, characters are not announced while the cursor moves.

Expected result: lines and characters are announced as the cursor moves.

Version information

Browser type and version: any SimpleMDE version: any

CWharton commented 5 years ago

This might be a codemirror issue. Will have to look into it.