Bug 211302 - Middle click in scrollbar go to X clipboard URL
Summary: Middle click in scrollbar go to X clipboard URL
Status: RESOLVED FIXED
Alias: None
Product: kwebkitpart
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: webkit-devel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-21 08:54 UTC by Cédric Bellegarde
Modified: 2010-02-04 17:54 UTC (History)
1 user (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 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