weiran / Hackers

Hackers is an elegant iOS app for reading Hacker News written in Swift.
http://weiran.co/hackers
MIT License
697 stars 110 forks source link

Comments reflowing when interacted with #270

Open JakobStaudt opened 7 months ago

JakobStaudt commented 7 months ago

Sometimes, comments reflow the text when interacting with them. Because they don't change in size, this can cause the comment text to be cut off at the bottom. When collapsing and reopening the comment, the layout is fixed again. The reflow seems to happen when long pressing on a comment (longer than needed to collapse the comment), but it is very random. I haven't found a specific way to make it happen, I have to touch and drag around on the comment and sometimes, it happens. It might have to do with links or paragraphs in the comments (but because I can't reliably reproduce it, I can't really check if it also happens without those). This comment is affected by this bug, for example: https://news.ycombinator.com/item?id=39954733