(To spare you readers my verboseness, I hightlighted the key points in red so you could just skim this.)
Okay, this may be related to the left-to-right sorting issue people are talking about (or something along those lines), so this has probably already been asked. I claim no originality here.
Here's what happened.
I'm using the default Genre/Artist/Album view. All panes are sitting on <all>. In the Artist pane, I spot the Buggles. I select it (because I didn't remember what they sang and was curious), and it turns out I only have one song from them, and it's on a compilation album.
The view updates with one song ("Video Killed the Radio Star"), and the Album pane updates with the compilation album as the lone entry. (<all> is still the selected list item, though.) I think, hmmm... what else is on this album?
(Here's the quirky part which I hope someone will maybe find a solution to in a future build.) I select the album, but when I go to the Artist pane to select <all>, the Album pane's selection reset to <all> as well! (I end up having to manually scroll down a long list to find the album again.)
Are there any plans to change this resetting-of-all-panes-to-the-right business? I understand how some combinations might create an invalid view if they weren't reset, but this all can be checked dynamically.
For instance, if I have album 1 selected, and then I go and select artist 32, then reset the album selection only if artist 32 is not found in album 1; otherwise, leave the selection alone. (If multiple albums are selected, just remove only the invalid selections.) Generally speaking, you would just do an intersection and/or union of all query result sets, a set being the matches for one particular pane, and each record in the set being all the tag info. (Or have you already tried this and found it to be too timely an operation?)
Anyway, I know the solution is possible, but I realize it might be difficult to implement, so I was just wondering if there were any plans to do so.
Omni