pull down to refresh

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

Also SN somehow adds "%E2%80%8B" behind several github url (what are these) even tho my link that i hid behind []() markdown didnt include those. Some examples from this post

What i typed https://stacker.news/items/1367331/edit

FlashSats redirect to this :
https://lsp.flashsats.xyz/api-docs/index.html%E2%80%8B
Also Swap Market
https://github.com/SwapMarket/swapmarket.github.io%E2%80%8B
Also PeerSwap
https://github.com/ElementsProject/peerswap%E2%80%8B
Also Thunderhub
https://github.com/apotdevin/thunderhub%E2%80%8B
The first Robosats url redirect to this
https://https//github.com/RoboSats/robosats
The second Robosats url redirect to this
https://github.com/RoboSats/robosats%E2%80%8B
Also LNP2PBot
https://github.com/lnp2pBot/bot%E2%80%8B
Also Mostro
https://github.com/MostroP2P%E2%80%8B

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.

reply
128 sats \ 0 replies \ @sox 23h
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
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
32 sats \ 2 replies \ @sox 27 Dec

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
382 sats \ 1 reply \ @rblb 27 Dec

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

reply
32 sats \ 0 replies \ @sox 27 Dec

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
128 sats \ 0 replies \ @rblb 27 Dec

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