Bug 211302

Summary: Middle click in scrollbar go to X clipboard URL
Product: [Frameworks and Libraries] kwebkitpart Reporter: Cédric Bellegarde <web>
Component: generalAssignee: webkit-devel
Status: RESOLVED FIXED    
Severity: normal CC: web
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Cédric Bellegarde 2009-10-21 08:54:59 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

When i middle click in scrollbar, konqueror go to X clipboard URL (if one exist). It shouldn't, it should just scroll to current point in scrollbar.
Comment 1 Cédric Bellegarde 2009-10-31 00:01:51 UTC
Can confirm it's a webkitkde bug...

No problem with rekonq and arora.
Comment 2 Dawit Alemayehu 2009-10-31 22:30:50 UTC
SVN commit 1043146 by adawit:

- Fixed navigatation to a url from the clipboard on middle mouse button click.
- Removd compatibility code for Qt < 4.5.
- Updated documentation.

BUG:211302


 M  +16 -15    kwebview.cpp  
 M  +11 -8     kwebview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1043146
Comment 3 Cédric Bellegarde 2010-02-01 21:12:29 UTC
Bug is not fixed here.
Comment 4 Dawit Alemayehu 2010-02-04 17:54:14 UTC
SVN commit 1085216 by adawit:

Do not navigate to the clipboard url when a user middle clicks on the scrollbar.
BUG:211302


 M  +7 -4      kgraphicswebview.cpp  
 M  +8 -5      kwebview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1085216