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

Not all text showing in issue 'Edit'-mode #13652

Closed aschrijver closed 2 years ago

aschrijver commented 3 years ago

Description

This is a minor issue. I keep track of delightful-funding resources in an issue that I regularly update with new entries.

Recently when clicking 'Edit' the text-entry window no longer shows the full text. The full text only appears after a click inside the input area. After this a subsequent Save or Cancel and pressing Edit again will yield all text as expected, but after reloading the page the issue can again be reproduced.

I am using Firefox 73.0.1 on Ubuntu 18.

(Note: I created an issue at Codeberg that points to this: https://codeberg.org/Codeberg/Community/issues/338 )

Screenshots

codeberg-gitea-bug-edit-issue-text-missing

silverwind commented 3 years ago

Probably another one of those EasyMDE/SimpleMDE bugs. Long term solution will be https://github.com/go-gitea/gitea/issues/10729 and I plan to take a shot at that soon.

corneliusroemer commented 3 years ago

Thanks for working on a long term solution @silverwind - what do you estimate the timeline to be?

Is there a short-term solution for fixing SimpleMDE bugs? Why did you give up on EasyMDE?

wxiaoguang commented 2 years ago

This issue seems pretty old, maybe it has been fixed?

And the edit mode has been switched to editable content mode and deployed on try.gitea.io

Feel free to try it and report bugs.

aschrijver commented 2 years ago

Thank you. Yes, this is the right action. I have not experienced the issue anymore and also closed the downstream Codeberg issue that is related.