Bug 187871 - Deleting an item in the playlist by delete key doesn't select next item
Summary: Deleting an item in the playlist by delete key doesn't select next item
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-22 18:16 UTC by Shaun Reich
Modified: 2009-03-23 18:57 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 Shaun Reich 2009-03-22 18:16:17 UTC
Version:           SVN(<4 days ago) (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

When you select an item in the playlist, then hit the delete key, no other item is selected. Yet when you hit the up arrow, it actually moves 2 tracks above the previous one. But if you use the down arrow, it will only select one track below.

I think that the track that is currently (internally) focused, has to be user-visibly-focused. i.e. selected.

Just add a bunch of stuff to the playlist and try it out.
Comment 1 Nikolaj Hald Nielsen 2009-03-23 18:57:10 UTC
SVN commit 943361 by nhnielsen:

Fix invisible selection after deleting a track with delete key or context menu. Also, move selection down istead of up as this is more intuitive when deleting multiple tracks using the delete key (it is now consistent ith the 
behaviour of the delete key in most other programs)
BUG: 187871 


 M  +6 -1      PrettyListView.cpp  


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