thunderbird / thunderbird/thunderbird-android
Adjust text not working properly
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 14k
- Forks
- 2.8k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 57
Description
I receive news through email (rss2email) and some mails don't adjust the text when zooming in.
Those mails which fails contains images, which are coded like that (an example):
When the image is smaller than the zoom, the text adjusts correctly. Once the image is larger than the zoom, the text fits the image (800px in the example) and not the zoom, requiring to scroll horizontally to read the text, which is very annoying.
The no load images option is useless, as the image has the size already coded inside the email. It just displays a very large blank square.
PS: I'm using Android KK.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in the Android email viewer with an HTML image such as and zoom enabled. The fix is done when surrounding text wraps to the zoomed viewport despite the image dimensions, including when images are disabled, without requiring horizontal scrolling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100