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
45.01k stars 5.49k forks source link

Issue with creating or editing text in issues in mobile view #12146

Closed MelBourbon closed 3 years ago

MelBourbon commented 4 years ago

Description

I have issues with adding or editing text to description or comments of issues (see attached gif). Text is autocompleted repetitively.

ezgif-1-3232105a9c5b

djonmayer commented 4 years ago

I have the same problem with mobile view. Testet in Firefox and Chrome on Android 8 / 9.

sploders101 commented 4 years ago

Not sure how many testimonials are necessary, but I can confirm the same issue on Chrome for Android. It seems like it is potentially an issue with the rich text editing function of the box, that automatically applies markdown syntax & formatting as you type (this would modify your cursor location and could mess with soft-keyboards' auto-complete/word substitution). If this is too big of an issue, even a simple textarea would resolve the issue in the short-term, since it isn't usable as-is.

Thanks!

ColinShorts commented 4 years ago

Switching to desktop view (android10/11 + chrome) seems to work around the issue, but that's not ideal on tiny screens.

zeripath commented 4 years ago

There's a workaround: Press the last icon on the toolbar the black 🗅 folded over note. That will switch off the editor.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.

luwol03 commented 3 years ago

but the error is not fixed yet?

corneliusroemer commented 3 years ago

This problem has now been known for at least 5mo - could you please switch off the editor by default on mobile browsers until this is fixed. It's provides a terrible first impression for anyone encountering Gitea on mobile for the first time. See #13132

6543 commented 3 years ago

@MelBourbon can you confirm, #13333 solved this?

try.gitea.io com run with latest version to test agains :)

corneliusroemer commented 3 years ago

@6543 try.gitea.com doesn't work for me, do I need to have some sort of permission or anything else to access it?

jolheiser commented 3 years ago

It should be try.gitea.io

sploders101 commented 3 years ago

try.gitea.io works for me now. Thank you!

corneliusroemer commented 3 years ago

Yes, it works on mobile now - though autocorrect does not work on the body.

Body text is never automatically corrected by auto correct, in contrast to normal text fields. Presumably a remaining issue with EasyMDE on mobile.

6543 commented 3 years ago

ok so this specific issue is "solved".

next step would be #10729

I'll close this for now :)