Bug 201900 - links with "(" are cut off
Summary: links with "(" are cut off
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.12.90
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 192929 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-29 16:20 UTC by Felix Lemke
Modified: 2009-08-23 21:47 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Lemke 2009-07-29 16:20:48 UTC
Version:           1.12.90 (using 4.3.61 (KDE 4.3.61 (KDE 4.4 >= 20090717)) "release 3", KDE:KDE4:UNSTABLE:Desktop / openSUSE_11.0)
Compiler:          gcc
OS:                Linux (i686) release 2.6.27.4

wikipedia sends me daily the image of the day with a link to the image inside. For example:
http://commons.wikimedia.org/wiki/File:Thomas_Bresson_-_Libellula_depressa-6_(by).jpg

In kmail the link ends before the "(". So I have to mark the link by hand, then right click "copy" and paste it to konqueror.
Comment 1 Martin Koller 2009-08-02 14:41:43 UTC
SVN commit 1005872 by mkoller:

BUG: 201900

Allow ( ) inside URLs.
Also add a unit test.


 M  +7 -3      linklocator.cpp  
 M  +90 -0     tests/testlinklocator.cpp  
 M  +4 -0      tests/testlinklocator.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1005872
Comment 2 Thomas McGuire 2009-08-05 21:31:25 UTC
SVN commit 1007460 by tmcguire:

Backport r1005872 by mkoller from trunk to the 4.3 branch:

CCBUG: 201900

Allow ( ) inside URLs.
Also add a unit test.



 M  +7 -3      linklocator.cpp  
 M  +90 -0     tests/testlinklocator.cpp  
 M  +4 -0      tests/testlinklocator.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1007460
Comment 3 Martin Koller 2009-08-23 21:47:51 UTC
*** Bug 192929 has been marked as a duplicate of this bug. ***