go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.2k stars 5.42k forks source link

Issues with the comment section in Windows Server #15917

Closed Sabdix closed 3 years ago

Sabdix commented 3 years ago

Hi.

Description

In the comment section for releases and pull request, it shows a line full of xxxxxxxxx nad doesn't show the style like it did before. In Addittion to that the cursor is always above the text i'm writing, so it's impossible to know where you are in the text. Plus when the text its to large, it overflows the limits of the comment section looking like this:

Screenshots

image

silverwind commented 3 years ago

Is that using IE? If so, you need to install another browsers, we don't support IE any more.

Sabdix commented 3 years ago

It is with Microsoft Edge

Sabdix commented 3 years ago

And Chrome

Sabdix commented 3 years ago

Is that using IE? If so, you need to install another browsers, we don't support IE any more.

It is with edge and chrome

Sabdix commented 3 years ago

It looks like the browser can't find simplemde: image

How can I fix this?

silverwind commented 3 years ago

I don't think you are actually running 1.14 but something older, check the version you have. 1.14. should use EasyMDE, not SimpleMDE.

Sabdix commented 3 years ago

This is the version 1.14.1. I installed the 1.14.2 version in my local computer and the issue persists image

Sabdix commented 3 years ago

Here is another example

image

Sabdix commented 3 years ago

Here is from the configuration site image

silverwind commented 3 years ago

Rebuild your frontend files, e.g. rm -rf public/js && make frontend, 1.14 does not have a simplemde.min.js, only easymde.js:

https://github.com/go-gitea/gitea/blob/release/v1.14/webpack.config.js#L59-L62

Sabdix commented 3 years ago

Thnks that solves it!!!!