web interface - spellchecker of the browser not available #8456

Closed
opened 2025-11-02 08:06:43 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @flobee on GitHub (Feb 1, 2022).

Feature Description

The default behavior for spell checking of the browser does not work in forms. e.g when editing a README.md and want to use spell checks

Screenshots

not possible within a right mouse click

Originally created by @flobee on GitHub (Feb 1, 2022). ### Feature Description The default behavior for spell checking of the browser does not work in forms. e.g when editing a README.md and want to use spell checks ### Screenshots not possible within a right mouse click
GiteaMirror added the issue/confirmedtopic/uitype/bug labels 2025-11-02 08:06:43 -06:00
Author
Owner

@silverwind commented on GitHub (Feb 1, 2022):

There is spellcheck="false" set on the underlying texarea which was probably to work around some issue. We can remove it but I'm not sure whether spell checking can even work with CodeMirror, those might require a standard <textarea>.

@silverwind commented on GitHub (Feb 1, 2022): There is `spellcheck="false"` set on the underlying texarea which was probably to work around some issue. We can remove it but I'm not sure whether spell checking can even work with CodeMirror, those might require a standard `<textarea>`.
Author
Owner

@flobee commented on GitHub (May 12, 2022):

Well. Never refactor/reset standard browser functionality. Removing default user control is a completetly NOGO since ages >25Y i experience. Make all default browser standards available/possible as good you can.

@flobee commented on GitHub (May 12, 2022): Well. Never refactor/reset standard browser functionality. Removing default user control is a completetly NOGO since ages >25Y i experience. Make all default browser standards available/possible as good you can.
Author
Owner

@wxiaoguang commented on GitHub (May 13, 2022):

There is an option for EasyMDE/CodeMirror.

spellChecker: If set to false, disable the spell checker. Defaults to true. Optionally pass a CodeMirrorSpellChecker-compliant function.

However it was set to false in history in Gitea code. I do not think it's correct (well, maybe it was somehow correct at that moment, but there is no comment at all). The code was just Copied&Pasted from https://github.com/go-gitea/gitea/commit/2b10fdc4 .

A simple PR can fix this problem (maybe not simple)

@wxiaoguang commented on GitHub (May 13, 2022): There is an option for EasyMDE/CodeMirror. ``` spellChecker: If set to false, disable the spell checker. Defaults to true. Optionally pass a CodeMirrorSpellChecker-compliant function. ``` However it was set to `false` in history in Gitea code. I do not think it's correct (well, maybe it was somehow correct at that moment, but there is no comment at all). The code was just Copied&Pasted from https://github.com/go-gitea/gitea/commit/2b10fdc4 . ~~A simple PR can fix this problem~~ (maybe not simple)
Author
Owner

@wxiaoguang commented on GitHub (May 21, 2022):

Please test #19776

@wxiaoguang commented on GitHub (May 21, 2022): Please test #19776 * https://github.com/go-gitea/gitea/pull/19776
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#8456