Summary: | strange selection marker bug in the columns view of dolphin | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Panagiotis Papadopoulos <pano_90> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Panagiotis Papadopoulos
2009-02-12 22:40:09 UTC
Could reproduce here using : Qt: 4.5.0-rc1 KDE: 4.2.62 (KDE 4.2.62 (KDE 4.3 >= 20090204)) kdelibs svn rev. 924323 / kdebase svn rev. 924323 on ArchLinux i686 - Kernel 2.6.28.4 SVN commit 927488 by ppenz: When the selection toggle is clicked and the mouse gets moved outside the selection toggle boundaries, a rubberband with a random start position will get visible. Bypass this issue by consuming the mouse-move events. BUG: 184178 M +20 -2 selectiontoggle.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=927488 SVN commit 927490 by ppenz: Backport of SVN commit 927488: When the selection toggle is clicked and the mouse gets moved outside the selection toggle boundaries, a rubberband with a random start position will get visible. Bypass this issue by consuming the mouse-move events. CCBUG: 184178 M +20 -2 selectiontoggle.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=927490 |