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 753320 - Compose key not taken into account for the first letter of overview searc
Compose key not taken into account for the first letter of overview searc
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: overview
3.16.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-08-06 13:47 UTC by Jehan
Modified: 2015-08-07 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
viewSelector: Make the compose key focus the search entry (833 bytes, patch)
2015-08-07 13:20 UTC, Rui Matos
committed Details | Review

Description Jehan 2015-08-06 13:47:06 UTC
In overview mode, if the first letter of a search uses the compose key, the composition is not taken into account.

Steps:
- Go in overview mode;
- type your compose key + ' + e

Result: the search field gets focus and contains: «'e»

Expected result: you expect the search field to contain: «é».

Note: that the compose key works if the search field already has focus, but it won't be taken into account if this is what gives you the field focus.

Considering that the overview is supposed to be localized (you can make a search in the language of the OS, especially using localized comments for applications in desktop files), and not English-only, I believe this should be fixed.
Comment 1 Rui Matos 2015-08-07 13:20:38 UTC
Created attachment 308897 [details] [review]
viewSelector: Make the compose key focus the search entry

This way composed characters can be used to start searches.
Comment 2 Florian Müllner 2015-08-07 13:31:25 UTC
Review of attachment 308897 [details] [review]:

OK
Comment 3 Rui Matos 2015-08-07 13:38:22 UTC
Attachment 308897 [details] pushed as ac0213a - viewSelector: Make the compose key focus the search entry