Bug 184178 - strange selection marker bug in the columns view of dolphin
Summary: strange selection marker bug in the columns view of dolphin
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Unlisted Binaries Unspecified
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-12 22:40 UTC by Panagiotis Papadopoulos
Modified: 2009-02-17 18:14 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 Panagiotis Papadopoulos 2009-02-12 22:40:09 UTC
Version:            (using KDE 4.2.0)
Installed from:    Unspecified Linux

Open dolphin and switch to the columns view. Move your cursor over a file, so that the selection markers appear.

Hold the left mouse button after clicking on the selection marker and move the mouse a bit (just like you would do a rubber band selection)

Dolphin then shows the rubber band selection thingy (this is the bug).
Following these steps, will trigger the bug which is a bit hard to describe.
Comment 1 Dario Andres 2009-02-16 00:16:42 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
Comment 2 Peter Penz 2009-02-17 18:12:33 UTC
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
Comment 3 Peter Penz 2009-02-17 18:14:28 UTC
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