Bug 258085 - links in About dialog do not work
Summary: links in About dialog do not work
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdeui (show other bugs)
Version: SVN
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-27 17:44 UTC by Alexander Potashev
Modified: 2010-11-28 09:25 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 Alexander Potashev 2010-11-27 17:44:46 UTC
Version:           SVN (using KDE 4.5.80) 
OS:                Linux



Reproducible: Always

Steps to Reproduce:
1. run an application (Dolphin, for example)
2. open "About Dolphin" dialog
3. you can click links in the "About" tab -- they do work
4. go to the "Authors" tab and try to click the link "http://bugs.kde.org" -- it does not work



OS: Linux (x86_64) release 2.6.32
Compiler: x86_64-pc-linux-gnu-gcc
Comment 1 Christoph Feck 2010-11-27 18:06:34 UTC
Clicking on an e-mail link opens "http://mailto@kde.org/"...
Comment 2 Teo Mrnjavac 2010-11-27 20:53:32 UTC
I can confirm that the bugs.kde.org link does not work, but the e-mail link seems fine in my test app. I'll see if I can confirm in Dolphin as you suggested.
Comment 3 Teo Mrnjavac 2010-11-27 21:25:17 UTC
I can't confirm the issue with e-mail links, they work fine for me. Was the e-mail links issue also in Dolphin?
Comment 4 Anne-Marie Mahfouf 2010-11-27 21:38:31 UTC
I confirm the email issue: it opens
http://mailto@kde.org/
for all @kde.org addresses!
Comment 5 Teo Mrnjavac 2010-11-27 23:04:02 UTC
SVN commit 1201488 by mrnjavac:

Make the bug reporting link open when clicked.
BUG:258085

 M  +1 -0      kaboutapplicationdialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1201488
Comment 6 Teo Mrnjavac 2010-11-27 23:04:05 UTC
SVN commit 1201489 by mrnjavac:

Fix wrong email link being launched.
CCBUG:258085

 M  +5 -1      kaboutapplicationpersonlistdelegate_p.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1201489
Comment 7 Teo Mrnjavac 2010-11-27 23:07:35 UTC
I still haven't managed to reproduce the issue here. Anne-Marie, could you please check if this last commit fixes it for you?
Comment 8 Anne-Marie Mahfouf 2010-11-28 09:25:21 UTC
All fixed indeed! All the links work as expected and the mail addresses open correclty in my mail client.
Thanks Teo!