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 755931 - File chooser: interactive search drops the 1st character when used the 2nd time
File chooser: interactive search drops the 1st character when used the 2nd time
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2015-10-01 10:27 UTC by Marius Gedminas
Modified: 2015-10-02 03:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marius Gedminas 2015-10-01 10:27:45 UTC
1. Open a file chooser
2. Type 'src' to get the search bar
3. Press Esc to cancel the search
4. Press Esc again to hide the search bar
5. Type 'src' again to get the search bar

Expected result: 'src' in the search bar

Actual result: 'rc' in the search bar, since the 1st letter types 's' and then leaves it selected, so subsequent typing replaces the selection.