-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/bug
Metadata
Metadata
Assignees
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/bug
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
silverwind commentedon 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>
.flobee commentedon 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.
wxiaoguang commentedon May 13, 2022
There is an option for EasyMDE/CodeMirror.
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)wxiaoguang commentedon May 21, 2022
Please test #19776