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 636443 - Unable to recognize active pane
Unable to recognize active pane
Status: RESOLVED DUPLICATE of bug 635428
Product: banshee
Classification: Other
Component: User Interface
1.8.0
Other Linux
: Normal normal
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-04 11:58 UTC by Vish
Modified: 2010-12-04 12:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Banshee-vs-GNOMEapps (121.26 KB, image/png)
2010-12-04 11:58 UTC, Vish
Details

Description Vish 2010-12-04 11:58:02 UTC
Created attachment 175831 [details]
Banshee-vs-GNOMEapps

Bug first reported in lp :
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/678116

I have noticed that Banshee does not seem to follow the way other apps in GNOME highlight items, or show the active pane; normally apps highlight items using an orange colour, which changes to grey when that pane (or the whole app) is not focused.

Instead, Banshee seems to use orange for all panes, the focused one as well as the unfocused, and shows which pane is focused by drawing a second border inside it. This deviation from the norm makes more difficult to guess what will happen if you press a given key (e.g. the tab key or a direction key), so using the standard way would be beneficial.
----
Attaching a comparison with a GNOME app,[RB just happened to be the one I could find with 3panes]

Notice that all the three panes appear with the same 'active orange' color, irrespective of where the cursor is pressed.

This is because Banshee uses only bg[SELECTED] for the color in all three panes and only text[SELECTED] in the browser view.

Oddly, Banshee uses the text[ACTIVE] color in the source view alone. Hence we can notice that once the selection is in the other two panes, the font color changes to black. 

Usually themes define :
	bg[SELECTED]      = "#foo"
	bg[ACTIVE]        = "#foo"

	text[SELECTED]    = "#foo"
	text[ACTIVE]      = "#foo"

Most of the GNOME apps use this to differentiate the selected/active colors.
Comment 1 Alexander Kojevnikov 2010-12-04 12:45:42 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 635428 ***