Bug 270074

Summary: Opening a link with left or middle click behaves differently
Product: [Applications] konversation Reporter: Beat Wolf <asraniel>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.3.1   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Beat Wolf 2011-04-04 13:54:16 UTC
Version:           1.3.1
OS:                Linux

When opening a link in konversation with middle click, the url is encoded badly. Opening the link:
http://en.wikipedia.org/wiki/School%27s_Out_%28song%29
with a left click, opens it correctly in the browser (chrome). With a middle click, the url becomes: 
http://en.wikipedia.org/wiki/School%2527s_Out_%2528song%2529

Reproducible: Didn't try

Steps to Reproduce:
Open the link http://en.wikipedia.org/wiki/School%27s_Out_%28song%29 with a middle click from konversation

Actual Results:  
The browser opens:
http://en.wikipedia.org/wiki/School%2527s_Out_%2528song%2529

Expected Results:  
The browser should open:
http://en.wikipedia.org/wiki/School%27s_Out_%28song%29
Comment 1 Eike Hein 2011-10-23 17:20:32 UTC
Git commit ca0ec8d7c93853be21c93199e1d34937fde26ea2 by Eike Hein.
Committed on 23/10/2011 at 19:20.
Pushed by hein into branch 'master'.

Consistify URL transform behavior between left and middle click open.

BUG:270074

M  +3    -1    src/viewer/ircview.cpp

http://commits.kde.org/konversation/ca0ec8d7c93853be21c93199e1d34937fde26ea2