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? unaffected, thunderbird132? fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr128 | ? | unaffected |
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+
|
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•3 months ago
|
||
Workaround: right-click on button, select "Open Link in Browser".
Assignee | ||
Updated•3 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•2 months ago
|
Assignee | ||
Comment 5•1 month ago
|
||
Updated•1 month ago
|
Updated•1 month 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•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 #): 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•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 beta
Comment 9•1 month ago
|
||
bugherder uplift |
Thunderbird 132.0b6:
https://hg.mozilla.org/releases/comm-beta/rev/fdeb305042b4
Description
•