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.
I use single click and it happens as well.
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