Summary: | "#" in a title news then only a part of the title is transmitted in subject of a mail | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Philippe ROUBACH <philippe.roubach> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | montel |
Priority: | NOR | ||
Version: | 5.10.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/messagelib/eeddd6ad7911a11f309de9944215e76a6889b7ea | Version Fixed In: | 5.11.0 |
Sentry Crash Report: | |||
Attachments: | "..." at the left end of the url field |
Description
Philippe ROUBACH
2019-04-04 08:51:35 UTC
where is the "..." ? :) Sorry I can't find it here. kmail --subject "Stages non rémunérés en agence d'architecture : l'effet #metoo ?" works... So I need to find your "..." in this page otherwise I can't reproduce it i use FF 66 "..." is at the left end of the url field Created attachment 119237 [details]
"..." at the left end of the url field
Ah ! in firefox url field ! ok sorry it's at the right end of the url field Ok I can confirm it. I will investigate it now I created a test case and indeed it's a limit from QUrlQuery as # is an url separator... For the moment I don't have a workaround for it... Git commit eeddd6ad7911a11f309de9944215e76a6889b7ea by Laurent Montel. Committed on 04/04/2019 at 17:26. Pushed by mlaurent into branch 'Applications/19.04'. Fix Bug 406208 - "#" in a title news then only a part of the title is transmitted in subject of a mail FIXED-IN: 5.11.0 M +26 -12 messagecore/autotests/stringutiltest.cpp M +18 -13 messagecore/src/utils/stringutil.cpp https://commits.kde.org/messagelib/eeddd6ad7911a11f309de9944215e76a6889b7ea it looks like https://bugs.kde.org/show_bug.cgi?id=401996 (In reply to Philippe ROUBACH from comment #10) > it looks like https://bugs.kde.org/show_bug.cgi?id=401996 nope we don't use kmail for this one. It's kaddressbook-webengine which doesn't parse correctly. FF has the same problem has it doesn't show ')' as part of url... |