this post was submitted on 02 Jul 2023
12 points (83.3% liked)

Jerboa

10135 readers
2 users here now

Jerboa is a native-android client for Lemmy, built using the native android framework, Jetpack Compose.

Warning: You can submit issues, but between Lemmy and lemmy-ui, I probably won't have too much time to work on them. Learn jetpack compose like I did if you want to help make this app better.

Built With

Features

Installation / Releases

Support / Donate

Jerboa is made by Lemmy's developers, and is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.

Crypto

Contact

founded 3 years ago
MODERATORS
12
submitted 2 years ago* (last edited 2 years ago) by solidgrue to c/[email protected]
 

Disclosure: I am not an applications programmer. I work lower down the stack.

Jerboa (really, AOSP keyboard or more likely WebKit) has an annoying spell checker bug where backspacing and cursor based text editing mangle surrounding words and phrases.

When I type in a field in Jerboa (this body text), an autocomplete-like underline appears ubder each incomplete word until I hit space. If I hit space and then backspace too rapidly (as if the spell check can't finish analyzing the new token before the next key event), the space before the preceding token gets underlined and then all hell breaks loose. I have to stop, hit space or newline, and then proceed backspacing m o r e s l o w l y.

A workaround might be to include an attribute, android:inputType="textNoSuggestions" in the form elements to disable AOSP/WebKit native spell checks

I'd submit a PR myself, but as I said, I'm not an app programmer.

Anyone who has any experience with this wanna partner up to help debug what I'm talking about?

I should add.... This isn't strictly a Jerboa thing. Many WebKit apps seem to display this behavior. (E.g., Firefox for Android, Tinfoil for Facebook, etc.) Its just more noticeable in Jerboa because of the length of text entry

top 6 comments
sorted by: hot top controversial new old
[–] WhoRoger 3 points 2 years ago* (last edited 2 years ago) (1 children)

Came here to see if it`s just me. I use open board and this is making text input impossible. I have to use ASK which is a total pain.

Ed: but let's not forcibly turn off all auto correct...

[–] [email protected] 1 points 2 years ago* (last edited 1 year ago)
[–] [email protected] 2 points 2 years ago (1 children)

Are you not talking about completely turning off spellchecker under Language & Input?

[–] solidgrue 2 points 2 years ago* (last edited 2 years ago) (1 children)

I tried that first before posting here, it still does it in Firefox.

See?

[–] [email protected] 1 points 2 years ago (1 children)

Does your keyboard and Android even have the option to turn off spell checking? It might be under Google in Settings.

[–] solidgrue 1 points 2 years ago

I'm on LineageOS and use the AOSP keyboard. There are autocorrect settings but not spell check, as far as I can see.