When I click link button in email, TB enlarges the button image instead of following the link
Categories
(Thunderbird :: Message Reader UI, defect)
Tracking
(thunderbird_esr128? fixed, thunderbird132? fixed)
People
(Reporter: 52qtuqm9, Assigned: freaktechnik)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
15.67 KB,
message/rfc822
|
Details | |
15.60 KB,
text/plain
|
Details | |
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-beta+
corey
:
approval-comm-esr128+
|
Details | Review |
- Save the attached (sanitized of private information) EML file into a folder.
- Load remote images in the message.
- Hover the mouse over the "VIEW ACCOUNT" button.
- Note how the mouse cursor turns into a magnifying glass when you hover over the button.
- Click the button.
- Note how Thunderbird enlarges the button image instead of following the link.
If you save the HTML body of the email to disk and load it into Firefox and click the button, Firefox follows the link just fine.
Reporter | ||
Comment 1•6 months ago
|
||
Workaround: right-click on button, select "Open Link in Browser".
Assignee | ||
Updated•6 months ago
|
It seems to depend on whether the image can be scaled up, if you take height and width out of the image tag and use a smaller image that fits, the link is followed.
In older versions of TB, large images in links that didn't fit always showed the hour glass instead following the link, so the regression is that now scaled-down images that do fit, but could be scaled up, also offer the hour glass.
Updated•6 months ago
|
Assignee | ||
Comment 5•5 months ago
|
||
Updated•5 months ago
|
Updated•5 months ago
|
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/228823c6b976
Disable shrinktofit for images inside links. r=aleca
Assignee | ||
Comment 7•5 months ago
|
||
Comment on attachment 9430529 [details]
Bug 1917278 - Disable shrinktofit for images inside links. r=#thunderbird-front-end-reviewers
[Approval Request Comment]
Regression caused by (bug #): bug 1875325
User impact if declined: Images inside links might zoom when clicked instead of opening the link.
Testing completed (on c-c, etc.): Tested on c-c, has automated test coverage
Risk to taking this patch (and alternatives if risky): Low risk, exempts elements from zooming, so worst case we offer zooming on fewer images.
Comment 8•4 months ago
|
||
Comment on attachment 9430529 [details]
Bug 1917278 - Disable shrinktofit for images inside links. r=#thunderbird-front-end-reviewers
[Triage Comment]
Approved for beta
Comment 9•4 months ago
|
||
bugherder uplift |
Thunderbird 132.0b6:
https://hg.mozilla.org/releases/comm-beta/rev/fdeb305042b4
Assignee | ||
Comment 10•1 month ago
|
||
Comment on attachment 9430529 [details]
Bug 1917278 - Disable shrinktofit for images inside links. r=#thunderbird-front-end-reviewers
[Approval Request Comment]
Regression caused by (bug #): uplift of bug 1875325
User impact if declined: Can't click on some links
Testing completed (on c-c, etc.): Tested on c-c and c-b for a while now, has automated tests
Risk to taking this patch (and alternatives if risky): Very small behavior change, so risk should be fairly small.
Assignee | ||
Updated•1 month ago
|
Comment 11•1 month ago
|
||
Comment on attachment 9430529 [details]
Bug 1917278 - Disable shrinktofit for images inside links. r=#thunderbird-front-end-reviewers
[Triage Comment]
Approved for esr128
Comment 12•25 days ago
|
||
bugherder uplift |
Thunderbird 128.7.0esr:
https://hg.mozilla.org/releases/comm-esr128/rev/7fa5fa1fecb5
Description
•