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 645121 - Contact Search uses Ctrl-F, leaving Find in Contact List
Contact Search uses Ctrl-F, leaving Find in Contact List
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Contact List
2.91.x
Other Linux
: Normal minor
: ---
Assigned To: empathy-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-18 11:19 UTC by Will Thompson
Modified: 2011-03-21 00:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Map Ctrl-Shift-F to contact search and Ctrl-F to find (1.60 KB, patch)
2011-03-18 11:27 UTC, Will Thompson
none Details | Review
Add an eMusic web store pane. (14.49 KB, patch)
2011-03-20 23:59 UTC, Will Thompson
rejected Details | Review
eMusic Store: Add a Signout link. (3.38 KB, patch)
2011-03-20 23:59 UTC, Will Thompson
reviewed Details | Review
Amazon: fix signed-in detection for UK store. (1.08 KB, patch)
2011-03-20 23:59 UTC, Will Thompson
rejected Details | Review

Description Will Thompson 2011-03-18 11:19:21 UTC
I noticed today that hitting Control-F in the contact list opens the contact search dialog, and that there's no keyboard shortcut for searching within the contact list. Although you can start searching by typing, I would expect Control-F to explicitly search within the contact list, and some other shortcut to show me a way to search an online directory: Shift-Control-F, maybe.

The HIG, happily, backs me up:

  Find...     Ctrl+F                    Find matches in the current
                                        document, highlighting them
                                        in-place
  Search...   Ctrl+F (see note below)   Search for matches in multiple
                                        documents, files or other
                                        external sources

  If your application requires both Edit ▸ Find and Edit ▸ Search menu
  items, use Shift+Ctrl+F as the shortcut for Search.

    — <http://library.gnome.org/devel/hig-book/2.32/input-keyboard.html.en#standard-shortcuts>

I think searching within the contact list matches the first, and searching online directories matches the second.
Comment 1 Will Thompson 2011-03-18 11:27:03 UTC
Created attachment 183706 [details] [review]
Map Ctrl-Shift-F to contact search and Ctrl-F to find

As discussed on <https://bugzilla.gnome.org/show_bug.cgi?id=645121>,
currently Ctrl-F opens the contact search dialog, and there's no
keyboard shortcut for searching within the contact list (other than just
typing). The Gnome HIG handles this situation: it says that the former
should be Ctrl-Shift-F and the latter should be Ctrl-F.
<http://library.gnome.org/devel/hig-book/2.32/input-keyboard.html.en#standard-shortcuts>
Comment 2 Guillaume Desmottes 2011-03-18 14:00:15 UTC
Thanks for the patch. I merged it to master and pushed a simplified version to 2.34:

commit 5f6fc105b14d1cb84745e2f60991a9010d10914b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Mar 18 14:55:59 2011 +0100

    Set an accelator on contact search
    
    This is kinda based on Will's 87fe6f3680d91edc933bc767cae6e500b8bac011 patch
    changing the accelator but 2.34 doesn't have the menu entry, and so the
    accelator, for live search so I just picked this part from it.

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 3 Will Thompson 2011-03-20 23:59:00 UTC
Created attachment 183878 [details] [review]
Add an eMusic web store pane.

This is basically copy-pasta from the Amazon store, and uses the
existing eMusic downloader plugin. It's lacking an icon, and doesn't
detect being logged in or out.
Comment 4 Will Thompson 2011-03-20 23:59:04 UTC
Created attachment 183879 [details] [review]
eMusic Store: Add a Signout link.

This works a little differently to the Amazon version: because we don't
have any other items in the menu, just hiding the item leaves us with an
empty menu in the UI.

If a similar page is added for eMusic, this could be made to work like
Amazon.
Comment 5 Will Thompson 2011-03-20 23:59:08 UTC
Created attachment 183880 [details] [review]
Amazon: fix signed-in detection for UK store.
Comment 6 Will Thompson 2011-03-21 00:00:59 UTC
sorry, i'm an idiot.