Adding more checkboxes deletes content on mobile #8834

Closed
opened 2025-11-02 08:20:13 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @Giszmo on GitHub (Apr 16, 2022).

Description

Adding checkboxes in the markdown editor deletes the last word of the prior line on mobile.

To reproduce:

  1. Open try.gitea on Android Firefox
  2. Create issue
  3. Type "some sentence"
  4. Click the "checkbox" button

Result

some
- [ ]

Expected (and result on Firefox desktop)

some sentence
- [ ]

Gitea Version

1.17.0+dev-428-gdeffe9e52

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

I noticed the issue on an install from snap but it's reproducible on try.gitea, too.

Database

No response

Originally created by @Giszmo on GitHub (Apr 16, 2022). ### Description Adding checkboxes in the markdown editor deletes the last word of the prior line on mobile. To reproduce: 1. Open try.gitea on Android Firefox 2. Create issue 3. Type "some sentence" 4. Click the "checkbox" button ## Result ``` some - [ ] ``` ## Expected (and result on Firefox desktop) ``` some sentence - [ ] ``` ### Gitea Version 1.17.0+dev-428-gdeffe9e52 ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? I noticed the issue on an install from snap but it's reproducible on try.gitea, too. ### Database _No response_
GiteaMirror added the type/bug label 2025-11-02 08:20:13 -06:00
Author
Owner

@wxiaoguang commented on GitHub (Apr 12, 2023):

This issue could be resolve by

@wxiaoguang commented on GitHub (Apr 12, 2023): This issue could be resolve by * https://github.com/go-gitea/gitea/pull/23876
Author
Owner

@delvh commented on GitHub (Apr 12, 2023):

Yes, please try the latest state i.e. on https://try.gitea.io, and reopen this issue if it is still present.

@delvh commented on GitHub (Apr 12, 2023): Yes, please try the latest state i.e. on https://try.gitea.io, and reopen this issue if it is still present.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#8834