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 693811 - GtkEntryCompletion matcher function always uses lowercase folded entry strings
GtkEntryCompletion matcher function always uses lowercase folded entry strings
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkEntry
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-02-14 15:26 UTC by Bauke Jan Douma
Modified: 2018-05-02 15:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bauke Jan Douma 2013-02-14 15:26:13 UTC
GtkEntryCompletion, when the completion minimum is 1 (i.e. matching starts
as soon as one key is hit), where the liststore contains uppercase strings,
will not EVER match those strings.

A custom matcher function will not work; the entry string (consisting of
one letter, see above) is folded to lowercase BEFORE it even reaches your
custom matcher function (that's the bug right there probably).

Consequence (example):
In a list of these words: "kool, Variety, zebra", when entering a 'V' or
a 'v' (surprise!), 'Variety' will erroneously NOT be 'found' (i.e. matched).
Comment 1 GNOME Infrastructure Team 2018-05-02 15:35:48 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gtk/issues/416.