Skip to content

web interface - spellchecker of the browser not available #18532

@flobee

Description

@flobee

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

Activity

silverwind

silverwind commented on Feb 1, 2022

@silverwind
Member

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>.

flobee

flobee commented on May 12, 2022

@flobee
Author

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.

wxiaoguang

wxiaoguang commented on May 13, 2022

@wxiaoguang
Contributor

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 2b10fdc4 .

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

added this to the 1.17.0 milestone on May 13, 2022
added
topic/uiChange the appearance of the Gitea UI
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implemented
on May 13, 2022
removed this from the 1.17.0 milestone on May 24, 2022
locked and limited conversation to collaborators on May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/uiChange the appearance of the Gitea UItype/bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @silverwind@flobee@wxiaoguang

      Issue actions

        web interface - spellchecker of the browser not available · Issue #18532 · go-gitea/gitea