gitea: Can not edit issue description after creation

  • Gitea version (or commit ref): 1.3.0
  • Git version: 2.7.4
  • Operating system: Ubuntu 16.04 LTS
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

After an issue has been created, the issue description can not be edited ― regardless of whether there are texts in it or the description is empty. Clicking on the edit icon on the right opens the ‘Write’ box, and it can be written in. But after editing, neither the ‘Save’ nor the ‘Cancel’ button works. The ‘Preview’ button does not work either.

If page reload is attempted, no warning is displayed about unsaved changes. And if reloaded, the page returns to the ‘view issue details’ state.

Issue title can be edited, however. And issue can be assigned a label, a milestone, or an assignee. Only the description box does not work.

Screenshots

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Reactions: 3
  • Comments: 18 (8 by maintainers)

Most upvoted comments

Can confirm the bug is present on latest stable 1.4.3.

However, we figured out that this depends on your permission level. Admins can edit their issue comments while regular users are affected by this bug.

Sorry late, I just confirm my situation with read/write/admin permission

  • [ok] v1.6.0 + pr-5516
  • [ok] fdec258 + pr-5516
  • [ok] 0bd802e (I found it already merge to master after I test)

thank you.

Description

same as @neuoy , and I test it for collaborator with admin, write, and read permission

the admin and write permission are fine. the issue happened when read permission.

the collaborator can delete the comment but cannot edit the text. this situation doesn’t make sense.