Closed Bug 1876562 Opened 9 months ago Closed 15 days ago

Links inside of a <button> tag are opening inside of Thunderbird and not in the browser.

Categories

(Thunderbird :: Untriaged, defect)

Thunderbird 115
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1879355

People

(Reporter: patrickgilmore1, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

Steps to reproduce:

created an HTML email and sent it to my Thunderbird email
<body>
Regular link <a href="https://www.food.com/">Food Network</a><br>
Button link <a href="https://www.food.com/"><button>Food Network</button></a>

</body>

Actual results:

<a href="https://www.food.com/"><button>Food Network</button></a>
Will open the website inside of Thunderbird and not the browser.
However this
<a href="https://www.food.com/">Food Network</a><br>
Will open in the browser.

Expected results:

Both links should open in the browser.

See Also: → 1879355

This has the same cause as bug 1879355 and should be fixed there.

Status: UNCONFIRMED → RESOLVED
Closed: 15 days ago
Duplicate of bug: 1879355
Resolution: --- → DUPLICATE
See Also: 1879355
You need to log in before you can comment on or make changes to this bug.