pull down to refresh
Which deletion error? You try to delete and it doesn't let you?
Yeah but after trying to type []() kind of text and whenever i make a mistake and try to delete a character somehow it didnt let me do it for a while
Try typing [Stacker and deleting the r letter somehow doesnt happen
In case this matter, i use Android 15 and i'm currently using Florisboard v0.5.2
Can you please tell me which phone make, model, and operating system you're using when this happens?
I use Redmagic 10 nx798j , Android 15 and my keyboard is Florisboard v0.5.2
Reproduced, thank you for reporting this!
I suspect we’re still going to fight some keyboards on Android, but I’m also happy that almost everything has been fixed.
Will work on it immediately.
cc @rblb
FlorisBoard uses a different way to delete, so it was not triggering the suppression. Patched: https://github.com/stackernews/stacker.news/pull/2719
I just woke up damn
No, it's an issue for several keyboards. I suspect they all use the composition logic from the opensource android keyboard, and so they've inherited all the same issues.
Florisboard just uses a non-standard way to delete content, so it wasn't covered by the first patch, but this is not a bug per se.
Also SN somehow adds "%E2%80%8B"
%E2%80%8B is a zero width space (\u200b) that can be copied from somewhere else and pasted in our editor. It doesn't render on Apple WebKit, but it does on Chrom(ium) based browsers.
Considering that we should allow this character to exist while editing (Lexical team might have their own motives), we strip it in preview and after posting.
Thanks again, here some sats <3
Which deletion error? You try to delete and it doesn't let you?
That's weird. I'll create a GH issue. On the bright side, it's just a rendering artifact so it should go away once we fix it.