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 686479 - Overview search box is too subtle
Overview search box is too subtle
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-10-19 15:44 UTC by Allan Day
Modified: 2012-11-01 11:38 UTC
See Also:
GNOME target: ---
GNOME version: 3.7/3.8


Attachments
First try (1.22 KB, patch)
2012-10-28 10:50 UTC, Stéphane Démurget
none Details | Review
Second try (brighter border) (1.47 KB, patch)
2012-10-28 23:57 UTC, Stéphane Démurget
needs-work Details | Review
Third try (1.27 KB, patch)
2012-10-29 00:17 UTC, Stéphane Démurget
committed Details | Review

Description Allan Day 2012-10-19 15:44:04 UTC
When it isn't focused, the search box can be quite hard to see. We should make it less opaque. Some experimentation with different backgrounds will be needed to find an optimal solution here.
Comment 1 Tobias Wolf 2012-10-25 01:25:54 UTC
Opaque is the opposite of transparent. 
You mean more opaque, yes?
Comment 2 Allan Day 2012-10-25 09:05:44 UTC
(In reply to comment #1)
> Opaque is the opposite of transparent. 
> You mean more opaque, yes?

Yes!
Comment 3 gan lu 2012-10-25 11:00:34 UTC
Why not to make search box as default focus when in Overview, which not only increase visibility of search box but increase the usage of it. You get Overview by mostly moving mouse to the left-up corner after all, which means if you want to search something, you have to click search box at first.
Comment 4 Florian Müllner 2012-10-25 11:13:56 UTC
(In reply to comment #3)
> [...] which means if you want to search something, you have to 
> click search box at first.

Actually you don't, typing anything will move focus to the search box. Looks like we need to make this more obvious, if after three stable releases users still don't know about what I'd consider one of the most compelling shell features.
Comment 5 gan lu 2012-10-25 11:36:30 UTC
I think what you said just make my suggestion sensible, how could a user expect to find that (by accident? I have used gnome shell for the beginning of 3.0 release), that's completely different from most other cases or applications.
Comment 6 Allan Day 2012-10-25 11:47:28 UTC
(In reply to comment #5)
> I think what you said just make my suggestion sensible, how could a user expect
> to find that (by accident? I have used gnome shell for the beginning of 3.0
> release), that's completely different from most other cases or applications.

Hi gan lu. This sounds like a separate issue to me: we need to make the unfocused search box more distinct, irrespective of whether it is focused by default or not. Can you file another bug for your suggestion, please?
Comment 7 gan lu 2012-10-25 13:01:34 UTC
Thanks for your kindly reply, there is my new bug report: https://bugzilla.gnome.org/post_bug.cgi
Comment 8 André Klapper 2012-10-25 14:56:07 UTC
(In reply to comment #7)
> Thanks for your kindly reply, there is my new bug report:

https://bugzilla.gnome.org/show_bug.cgi?id=686863 was meant here.
Comment 9 Stéphane Démurget 2012-10-28 10:50:22 UTC
Created attachment 227449 [details] [review]
First try

After playing a bit with the CSS, I've found out that increasing the label+icon brightness plays very well with different backgrounds.

I also tried with the background opacity, but it is quite its style makes it look weird (it starts from hard black to hard white). We could also use more colors maybe.

I've put some comparison screenshots there to avoid spamming on bugzilla: http://zzrough.free.fr/files/public/gnome-shell-686479/
Comment 10 Jasper St. Pierre (not reading bugmail) 2012-10-28 13:47:35 UTC
(In reply to comment #9)
> I've put some comparison screenshots there to avoid spamming on bugzilla:
> http://zzrough.free.fr/files/public/gnome-shell-686479/

404
Comment 12 Allan Day 2012-10-28 20:08:08 UTC
Looks good, Stéphane! Could you try updating the outline/stroke color too?
Comment 13 Stéphane Démurget 2012-10-28 21:57:40 UTC
I've added screenshots at the same address with "brighter" and "even brighter" stroke variants for background3. I think "brighter" is enough though, as with the "even brighter" one, you feel the field is focused or highlighted somehow.
Comment 14 Allan Day 2012-10-28 23:16:13 UTC
(In reply to comment #13)
> I've added screenshots at the same address with "brighter" and "even brighter"
> stroke variants for background3. I think "brighter" is enough though, as with
> the "even brighter" one, you feel the field is focused or highlighted somehow.

I agree: "brighter" looks good. Can you attach a patch?
Comment 15 Stéphane Démurget 2012-10-28 23:57:50 UTC
Created attachment 227493 [details] [review]
Second try (brighter border)
Comment 16 Florian Müllner 2012-10-29 00:01:12 UTC
Review of attachment 227493 [details] [review]:

::: data/theme/gnome-shell.css
@@ +356,3 @@
 }
 
+#searchEntry {

#searchEntry {} already exists (and you are actually modifying it!), add the border-color there.
Comment 17 Stéphane Démurget 2012-10-29 00:17:11 UTC
Created attachment 227494 [details] [review]
Third try

Ho, of course, thanks: I did put it there because I thought the rules in-between would overwrite it, but these are only based on pseudo-selectors, so it's fine.
Comment 18 Florian Müllner 2012-10-30 20:02:39 UTC
Review of attachment 227494 [details] [review]:

Oh sorry, missed the outstanding review. I'm happy with the patch if the designers are :-)
Comment 19 Allan Day 2012-11-01 11:37:52 UTC
Comment on attachment 227494 [details] [review]
Third try

Thanks for the patch! This is much better.