Summary: | Middle click in scrollbar go to X clipboard URL | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kwebkitpart | Reporter: | Cédric Bellegarde <web> |
Component: | general | Assignee: | 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: | ||
Sentry Crash Report: |
Description
Cédric Bellegarde
2009-10-21 08:54:59 UTC
Can confirm it's a webkitkde bug... No problem with rekonq and arora. 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 Bug is not fixed here. 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 |