Summary: | drag from collection list selects items | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Alexei Sergeyev <alexeisergeev> |
Component: | general | Assignee: | 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: | ||
Sentry Crash Report: |
Description
Alexei Sergeyev
2008-06-25 20:45:45 UTC
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 |