Issues with the comment section in Windows Server #7353

Closed
opened 2025-11-02 07:23:43 -06:00 by GiteaMirror · 11 comments
Owner

Originally created by @Sabdix on GitHub (May 18, 2021).

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

  • Gitea version (or commit ref):
  • Git version: 1.14.2
  • Operating system:
    Windows Server 2012
    Running as a service
  • Database
    -MySQL
  • Can you reproduce the bug?
    • [ X] No
Originally created by @Sabdix on GitHub (May 18, 2021). 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](https://user-images.githubusercontent.com/32939564/118665557-02933780-b7b8-11eb-80b9-c089f4516e87.png) - Gitea version (or commit ref): - Git version: 1.14.2 - Operating system: Windows Server 2012 Running as a service - Database -MySQL - Can you reproduce the bug? - [ X] No
GiteaMirror added the issue/needs-feedback label 2025-11-02 07:23:43 -06:00
Author
Owner

@silverwind commented on GitHub (May 18, 2021):

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

@silverwind commented on GitHub (May 18, 2021): Is that using IE? If so, you need to install another browsers, we don't support IE any more.
Author
Owner

@Sabdix commented on GitHub (May 22, 2021):

It is with Microsoft Edge

@Sabdix commented on GitHub (May 22, 2021): It is with Microsoft Edge
Author
Owner

@Sabdix commented on GitHub (May 22, 2021):

And Chrome

@Sabdix commented on GitHub (May 22, 2021): And Chrome
Author
Owner

@Sabdix commented on GitHub (May 26, 2021):

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 on GitHub (May 26, 2021): > 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
Author
Owner

@Sabdix commented on GitHub (May 27, 2021):

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

How can I fix this?

@Sabdix commented on GitHub (May 27, 2021): It looks like the browser can't find simplemde: ![image](https://user-images.githubusercontent.com/32939564/119840704-d5870900-beca-11eb-9d79-0aacaec8197a.png) How can I fix this?
Author
Owner

@silverwind commented on GitHub (May 27, 2021):

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.

@silverwind commented on GitHub (May 27, 2021): 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.
Author
Owner

@Sabdix commented on GitHub (May 28, 2021):

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 on GitHub (May 28, 2021): This is the version 1.14.1. I installed the 1.14.2 version in my local computer and the issue persists ![image](https://user-images.githubusercontent.com/32939564/119991884-9078da80-bf8f-11eb-9a24-72df740cc906.png)
Author
Owner

@Sabdix commented on GitHub (May 28, 2021):

Here is another example

image

@Sabdix commented on GitHub (May 28, 2021): Here is another example ![image](https://user-images.githubusercontent.com/32939564/119992047-be5e1f00-bf8f-11eb-9489-d1d6a8c8b620.png)
Author
Owner

@Sabdix commented on GitHub (Jun 1, 2021):

Here is from the configuration site
image

@Sabdix commented on GitHub (Jun 1, 2021): Here is from the configuration site ![image](https://user-images.githubusercontent.com/32939564/120389526-25623780-c2f2-11eb-954b-53f795513484.png)
Author
Owner

@silverwind commented on GitHub (Jun 2, 2021):

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

@silverwind commented on GitHub (Jun 2, 2021): 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
Author
Owner

@Sabdix commented on GitHub (Jun 2, 2021):

Thnks that solves it!!!!

@Sabdix commented on GitHub (Jun 2, 2021): Thnks that solves it!!!!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#7353