Bug 493325 - left-click does not work on links with target="_blank" in HTML e-mails
Summary: left-click does not work on links with target="_blank" in HTML e-mails
Status: REPORTED
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: 6.1.2
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-18 15:00 UTC by Kamil Dudka
Modified: 2024-09-18 15:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kamil Dudka 2024-09-18 15:00:07 UTC
SUMMARY
If an HTML e-mail contains `<a href="https://..." target="_blank">...</a>` and I click on the link with the left mouse button, the link is not opened and the following warning from qtwebengine appears in the terminal:
> Can not adopt content from a different WebEngineProfile.

STEPS TO REPRODUCE
1. View an HTML e-mail with such a link.
2. Click on the link with left mouse button.

OBSERVED RESULT
The link is not opened and the following warning appears in the terminal:
> Can not adopt content from a different WebEngineProfile.

EXPECTED RESULT
The link should be opened with my default Internet browser.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Gentoo Linux default/linux/amd64/23.0/systemd
KDE Plasma Version: 6.1.4
KDE Frameworks Version: 6.5.0
Qt Version: 6.7.2

ADDITIONAL INFORMATION
If I click on the link with the right mouse button and then click `Open URL`, a new page is opened in my default browser as expected.