After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 127849 - Only current column should reset when selecting "All" in browser
Only current column should reset when selecting "All" in browser
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: User Interface
unspecified
Other All
: Normal minor
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
: 128030 131717 138962 141747 151467 323376 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-11-24 22:12 UTC by chris
Modified: 2006-04-13 06:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description chris 2003-11-24 22:13:16 UTC
Currently, when "All" is selected in one of the Browser columns, this
causes all the Browser columns to be set to "All." As it is, I can select
an artist in the Artist field, then select a compilation that artist
appears on in the Album field. I can't then go back to the Artist field and
select "All" to get a list of all the artists that appear on that compilation.
Comment 1 Colin Walters 2003-12-22 16:41:20 UTC
*** Bug 128030 has been marked as a duplicate of this bug. ***
Comment 2 Colin Walters 2004-01-23 08:18:51 UTC
*** Bug 131717 has been marked as a duplicate of this bug. ***
Comment 3 Colin Walters 2004-04-13 03:13:28 UTC
*** Bug 138962 has been marked as a duplicate of this bug. ***
Comment 4 Michel Alexandre Salim 2004-04-13 04:10:07 UTC
This is still the case in rhythmbox 0.7.2. Any idea if it's planned to be fixed
anytime soon, or whether it is desirable to fix but nobody's taking it up? Might
be a good time for me to learn Gtk+
Comment 5 Colin Walters 2004-04-13 04:28:22 UTC
It would require a redesign of the whole way the library querying code works.  I
wouldn't suggest it for your first GTK+ project.

I agree it's a desirable feature though.
Comment 6 Michel Alexandre Salim 2004-04-13 04:51:42 UTC
Not as simple as
<pseudo-code>
// triggered when artist set to 'All'
if (album.is_selected)
{
   SET_ARTIST_TO_ALL();
   RESTORE_ALBUM_SELECTION();
}
</pseudo-code>

then? Ah well, nice to know the bug is not simply being ignored then.

Thanks,

- Michel
Comment 7 Colin Walters 2004-05-03 19:08:14 UTC
*** Bug 141747 has been marked as a duplicate of this bug. ***
Comment 8 Colin Walters 2004-09-10 04:58:51 UTC
*** Bug 151467 has been marked as a duplicate of this bug. ***
Comment 9 Aaron Kurtz 2005-03-05 00:41:57 UTC
If this is ever fixed, it would be nice if the selection of any category allowed
only valid results for the other categories. In other words, pick a CD, show
only the artists on it, pick an artist, show only the genres they have done.
Comment 10 Michael Wiktowy 2005-03-28 00:21:11 UTC
I run into this annoyance regularly. It would be nice if selections were not set
back to "All" if the selection exists in the new list.
As a few alternative approaches to doing the same thing (that may or may not be
simpler):
- have "Browse this Artist/Album/Genre" action reset the other browser
categories to "All "if this Artist/Album/Genre is already selected ( as
suggested in Bug 169253 )
- have selection categories draggable to the search bar (as well as other places
as is outlined in Bug 165583 )
Comment 11 James "Doc" Livingston 2005-12-06 15:15:34 UTC
*** Bug 323376 has been marked as a duplicate of this bug. ***
Comment 12 James "Doc" Livingston 2006-04-13 06:31:30 UTC
This has been fixed in cvs, and selecting something should no-longer change the selections in other browsers (where possible).