Bug 164960 - drag from collection list selects items
Summary: drag from collection list selects items
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: 2.0-SVN
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-25 20:45 UTC by Alexei Sergeyev
Modified: 2008-07-11 21:10 UTC (History)
0 users

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 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