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 772358 - open up a search box with ctrl+f
open up a search box with ctrl+f
Status: RESOLVED FIXED
Product: gnome-software
Classification: Applications
Component: General
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Software maintainer(s)
GNOME Software maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-10-03 09:12 UTC by Kamil Páral
Modified: 2016-10-12 11:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kamil Páral 2016-10-03 09:12:05 UTC
Could you show up the search box when the user presses ctrl+f? It confuses me every time, I press it and nothing happens, and then I realize I need to start typing right away (although the search button is visible in the header bar, so ctrl+f is an expected shortcut to trigger it). Thanks.

gnome-software-3.22.0-1.fc25.x86_64
Comment 1 Richard Hughes 2016-10-03 09:15:24 UTC
I think this is supposed to be handled by gtk_search_bar_handle_event(), right?
Comment 2 Matthias Clasen 2016-10-03 17:47:24 UTC
(In reply to Richard Hughes from comment #1)
> I think this is supposed to be handled by gtk_search_bar_handle_event(),
> right?

No, GtkSearchBar doesn't handle any shortcuts like that.
Comment 3 Richard Hughes 2016-10-12 11:10:32 UTC
commit 7f61062f2fa398266e2ca15151577d19f38ec8c0
Author: Richard Hughes <richard@hughsie.com>
Date:   Wed Oct 12 11:43:55 2016 +0100

    Show the search bar when the user does ctrl+f
    
    Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=772358

:100644 100644 8cf2927... dc4c470... M  src/gs-shell.c