Bug 164960

Summary: drag from collection list selects items
Product: [Applications] amarok Reporter: Alexei Sergeyev <alexeisergeev>
Component: generalAssignee: Amarok Developers <amarok-bugs-dist>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.0-SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alexei Sergeyev 2008-06-25 20:45:45 UTC
Version:           2.0-svn-neon (using Devel)
Installed from:    Compiled sources
OS:                Linux

When I start to drag track from collection (listview in left column), and move mouse to the top or to the bottom, mouse select some other tracks, but not only track I wish to drag. 

I'm using double click setting in kde and not sure if this issue happens with single click.

For me it seems like it happens due to cpu lag on strat of draging.
Comment 1 Lydia Pintscher 2008-06-25 21:15:37 UTC
I use single click and it happens as well.
Comment 2 Nikolaj Hald Nielsen 2008-07-11 21:10:46 UTC
SVN commit 831056 by nhnielsen:

BUG: 164960 This commit fixes the problem with the selection in the collection browser ( and all services using the CollectionTreeView ) getting completely "stuck" when mutiple items are selected bu dragging the mouse over them 
The Selection by dragging the mouse across multiple items in general is a Qt feature that is activated when multi seletion or extended selection modes are specified. This cannot be disabled if we want thea bility to select more 
than one item at a time. The annoyance arises because this behaviour does not mix very well with dragging. There is a bug on the Qt bugtracker ( 197089 ) that should improve this in Qt 4.5.0.



 M  +8 -1      CollectionTreeView.cpp  


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