pull down to refresh

The deletion error still persist for me (idk how?)

Which deletion error? You try to delete and it doesn't let you?

Also SN somehow adds "%E2%80%8B"

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.

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

reply

Can you please tell me which phone make, model, and operating system you're using when this happens?

reply

I use Redmagic 10 nx798j , Android 15 and my keyboard is Florisboard v0.5.2

reply

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

reply

FlorisBoard uses a different way to delete, so it was not triggering the suppression. Patched: https://github.com/stackernews/stacker.news/pull/2719

reply

I just woke up damn

reply

Assuming im stupid (which i'm btw) is this exclusively Florisboard issue ? @sox @rblb @k00b thanks y'all for fixing this bug, sorry for bothering tho

reply

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.

reply
Also SN somehow adds "%E2%80%8B"

Fixed!

%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

reply