Ionaru / Ionaru/easy-markdown-editor

Native spell checker isn't working

Open
#586 2 comments 1 reaction 0 assignees View on GitHub
Bug
Dominant language
JavaScript
Stars
3.1k
Forks
363
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
The native spell checker isn't working, even with the wright config works

**To Reproduce**
Just set up the editor in a textarea with this config
```js
easyMDE({
element: document.getElementById("editor") as HTMLElement,
initialValue: props.use === "editor" ? props.post.content : "",
maxHeight: "300px",
spellChecker: false,
nativeSpellcheck: true,
});
```

**Expected behavior**
Spell checker working

**Version information**
Node: 20
Browser: Brave Latest, Firefox Nightly

Contributor guide

Open the contributing guide

Research direction

Reproduce the issue with the provided EasyMDE configuration in Brave or Firefox, then trace how the nativeSpellcheck option is handled. The issue names no source file or test; done means native spell checking works in the textarea when nativeSpellcheck is enabled.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.