-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rich text input fields are broken when using Google Gboard Keyboard on Android #11352
Comments
SimpleMDE has a lot of issues, #10729 will eventually fix it. |
Press the last button in the toolbar - the plain black file button - it will turn off simple mde and revert to a simple textare |
@zeripath Thanks, this helped. Still, I've read the linked issue, and I agree that SimpleMDE probably needs to be replaced. |
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. |
I get a similar issue when using the file editor to create a new file. I'm using Windows 10's Japanese IME in Firefox, Gitea 1.12.2. The text becomes doubled for certain inputs. While Japanese doesn't seem to get duplicated, alphanumeric strings do. Editing issues and pull requests does not have the same problem for me. |
I get the same issue on Bromite (browser) and OpenBoard (keyboard). |
Why is the simple textarea not the default on mobile if SimpleMDE is so buggy on mobile? |
There has not been a PR to introduce such a thing. You are welcome to make one. 🙂 As you've noted in other issues, the long-term fix will ideally be #10729. Until that is accomplished, as noted by zeripath above there is a workaround. |
Can you try it on https://try.gitea.io ? The editor is using contenteditable mode now. I did some tests on mobile (Android), it seems that in some cases the contenteditable mode is still buggy. In most cases, it seems usable (better than before?) |
Fixed with #23876 |
Gitea version (or commit ref): 1.11.4
Git version: N/A
Operating system: N/A
Database (use
[x]
): N/ACan you reproduce the bug at https://try.gitea.io:
Log gist:
Android version: 6.0.1
Chrome version: 77.0.3865.92
Gboard version: 8.6.10.266015648-release-armeabi-v7a
Description
Rich text input field used to write issue comments (and probably in other places, too) is broken when using Gboard. The entered text keeps getting copied over and over whenever you're typing new characters, deleting the old ones, or even just tapping somewhere else. This makes Gitea web interface pretty much unusable unless you switch to another keyboard.
Screenshots
The text was updated successfully, but these errors were encountered: