Bug 174584 - right click on a selected album clears the selection (no context menu actions possible on a pre-selected album)
Summary: right click on a selected album clears the selection (no context menu actions...
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: Playlist (show other bugs)
Version: 2.0-SVN
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-08 00:24 UTC by Panagiotis Papadopoulos
Modified: 2009-12-09 11:28 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
A short video, showing the bug (704.95 KB, application/octet-stream)
2008-11-09 22:24 UTC, Panagiotis Papadopoulos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Panagiotis Papadopoulos 2008-11-08 00:24:56 UTC
Version:            (using KDE 4.1.2)
OS:                Linux
Installed from:    Unlisted Binary Package

I recently noticed this bug on Amarok2 beta3:

When you try to remove an entire album, that is on your playlist, by right clicking on it and choosing the option "Remove from Playlist", nothin actually happens. If you selcet the tracks and press the DEL key, they are removed.


On an terminal, I get these messages:

amarok: [Playlist::GroupingProxy] [WARNING!] DEPRECATED:  int Playlist::GroupingProxy::groupRowCount(int) const                         

amarok: [Playlist::GroupingProxy] [WARNING!] DEPRECATED:  int Playlist::GroupingProxy::lastInGroup(int) const                           

amarok: [Playlist::GroupingProxy] [WARNING!] DEPRECATED:  int Playlist::GroupingProxy::firstInGroup(int) const                          

amarok: [Playlist::GroupingProxy] [WARNING!] DEPRECATED:  int Playlist::GroupingProxy::groupRowCount(int) const                         

amarok: [Playlist::GroupingProxy] [WARNING!] DEPRECATED:  int Playlist::GroupingProxy::lastInGroup(int) const                           

amarok: [Playlist::GroupingProxy] [WARNING!] DEPRECATED:  int Playlist::GroupingProxy::firstInGroup(int) const                          

amarok: [Playlist::GroupingProxy] [WARNING!] DEPRECATED:  int Playlist::GroupingProxy::groupRowCount(int) const

amarok: [Playlist::GroupingProxy] [WARNING!] DEPRECATED:  int Playlist::GroupingProxy::lastInGroup(int) const

amarok: [Playlist::GroupingProxy] [WARNING!] DEPRECATED:  int Playlist::GroupingProxy::firstInGroup(int) const

amarok: BEGIN: void Playlist::ViewCommon::trackMenu(QWidget*, constQModelIndex*, const QPoint&, bool)
amarok: BEGIN: void Playlist::Controller::removeRows(QList<int>&)
amarok: END__: void Playlist::Controller::removeRows(QList<int>&) -Took 0.00031s
amarok: END__: void Playlist::ViewCommon::trackMenu(QWidget*, constQModelIndex*, const QPoint&, bool) - Took 0.94s
Comment 1 Panagiotis Papadopoulos 2008-11-09 22:24:11 UTC
Created attachment 28443 [details]
A short video, showing the bug

I recorded this video, so that people can imagine what I'm talking about :)
Comment 2 Edward Hades 2008-11-09 22:35:13 UTC
Confirmed.

Actual problem is that if you select the album (by left-clicking), then immediately after the right click (and before the context menu appears) the selection is dropped.
Comment 3 Nikolaj Hald Nielsen 2008-11-19 15:38:42 UTC
fixed by SVN commit 886451