Bug 187871

Summary: Deleting an item in the playlist by delete key doesn't select next item
Product: [Applications] amarok Reporter: Shaun Reich <sreich>
Component: generalAssignee: Amarok Developers <amarok-bugs-dist>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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