The first line of text in the body of a post is sometimes cut off on initial viewing.
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.
found the code. is there a corresponding issue?
I can make one if you need it
Ok just curious if there was background/history on this. If I get around to messing with it I can file one.
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?
yeah. IMO the story text shouldn’t be scrollable.
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)
Are you talking about the textsize changing when interacted with? I am not aware of that issue.
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
Sorry, didn’t read other comments, so it is already known bug :)
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.