post text cut off in jerboa android.

The first line of text in the body of a post is sometimes cut off on initial viewing.

14 points · 11 comments · view on lemmy.world

11 Comments

testEmailVerified@lemmy.world · 6 pts · 338d (3 replies)

Yeah, like what was written here already, the preview description is kinda scrollable. its a known bug, the markdown components use an AndroidView with a TextView. I haven't found a way yet disable that scroll.

pr06lefs@lemmy.ml · 3 pts · 337d (2 replies)

found the code. is there a corresponding issue?

testEmailVerified@lemmy.world · 3 pts · 337d (1 reply)

I can make one if you need it

pr06lefs@lemmy.ml · 3 pts · 337d

Ok just curious if there was background/history on this. If I get around to messing with it I can file one.

jodawznev@sh.itjust.works · 6 pts · 338d (1 reply)

As far as i can tell, it depends where your thumb is when you scroll up/down.

If you scroll down with your thumb on the short description, it scrolls the content of the text within its box down one line, then scrolls the list of articles. That's the cutoff you're seeing.

If you scroll up with your thumb on the short description, it scrolls the content of the text within its box up one line, then scrolls the list of articles.

Something about bubbling events maybe?

pr06lefs@lemmy.ml · 5 pts · 338d

yeah. IMO the story text shouldn't be scrollable.

kolorafa@lemmy.world · 5 pts · 339d (4 replies)

It's some sorts of a bug, as it changes it size/offset if you interact with it in some ways. Has that multiple times but didn't know how to reproduce it or if its not even only on my phone (fairphone 5)

testEmailVerified@lemmy.world · 3 pts · 337d (3 replies)

Are you talking about the textsize changing when interacted with? I am not aware of that issue.

kolorafa@lemmy.world · 1 pts · 336d (1 reply)

Found the cause for my observed issue, if you grab the timeline by the text box then the text is moved inside the box.

Recording: https://nextcloud.dlk.pl/s/qfzCXsGXXPHq5mD

kolorafa@lemmy.world · 1 pts · 336d

Sorry, didn't read other comments, so it is already known bug :)

kolorafa@lemmy.world · 1 pts · 336d

Text size dorsnt change, the viewport gets bigger and the text get shifted to a correct position like fixing itself.

But i only saw that like handfull of times.