Bugzilla – Bug 9238
Rhapsody menus don't treat deleted items well
Last modified: 2009-09-08 09:28:24 UTC
If you add an item (album, track, playlist, whatever) to your music library, then later navigate down to that item and select 'remove', then hit the 'back' button, you will find you are still in the menu for that item. Selecting further operations from that menu does not work.
We don't currently handle refreshing of XMLBrowser menus, so this kind of issue exists in several places. It's difficult to implement. I'm also not sure what the UI should do in this case. The easy fix is when performing an action that changes the menu structure, force the player out of the menu back to Now Playing. That only works in the player UI though.
It seems like the best solution from the user perspective would be to return to the next lowest point in the menu structure that still exists. So, if I browsed Rhapsody -> My Library -> Albums -> Greatest Hits -> Love Song -> Remove track I personally would like to jump back to Rhapsody -> My Library -> Albums -> Greatest Hits Of course I already see a problem with that. What if Love Song was the only song on that album? In that case I would want to jump back to Rhapsody -> My Library. In fact, that solution would probably be okay for me.