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 350987 - too early tab presses in file chooser entry are ignored
too early tab presses in file chooser entry are ignored
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.10.x
Other Linux
: Normal normal
: ---
Assigned To: Federico Mena Quintero
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2006-08-12 00:32 UTC by Benjamin Otte (Company)
Modified: 2015-07-31 23:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
testcase (1.61 KB, text/x-csrc)
2006-08-12 00:33 UTC, Benjamin Otte (Company)
Details

Description Benjamin Otte (Company) 2006-08-12 00:32:17 UTC
1) Open a file chooser, preferrably in a new app
2) Enter a full path to a location that you know by hard from bash with lots of tabs for autocompletion
(Example: /us <tab> sh <tab> th <tab> to go to /usr/share/themes)
3) Wait

Expected: The entry contains /usr/share/themes

Currently: The entry contains /usshth
Comment 1 Benjamin Otte (Company) 2006-08-12 00:33:45 UTC
Created attachment 70760 [details]
testcase
Comment 2 Hans de Goede 2007-04-07 07:37:08 UTC
I can confirm this (but do not have the necessary rights to change the status)
Also this might be a dup of bug 333319, which itself sounds like a dup of bug 333320
Comment 3 Yevgen Muntyan 2007-04-07 08:20:34 UTC
It's not a dup of #333320: that bug is about selection, this bug is about Tab which doesn't complete stuff. There you would get "/usr/ssh...".
Comment 4 Akkana Peck 2007-05-13 18:14:26 UTC
Tab no longer works for plain filenames either, though it used to work.

To reproduce:
Start gimp, and open an image in a directory that has other files in it.
File->Save As (the Save As file chooser dialog pops up)
Type some letters matching files in the directory, and hit tab.
 Nothing happens.
Now click "Browse for other folders" to expand the file chooser area.
 (Go ahead and try tab if you want, but still nothing happens.)
Close the dialog.
Now repeat File->Save As. The dialog comes back.
Type the same letters you typed before, and hit tab.
 This time it works.

Happens in gimp 2.3, gimp 2.2, and firefox, so it seems to be a problem with the underlying file chooser dialog, not an app problem.
Comment 5 Akkana Peck 2007-05-13 18:18:20 UTC
Addendum to previous comment:
Also try it on multiple images. For each image you save, you have to dismiss the save as dialog then bring it back before tab will start working. Getting tab completion working for one image's save-as dialog doesn't make it work for the whole app.
Comment 6 Federico Mena Quintero 2008-03-31 23:10:20 UTC
This bug also exists as https://bugzilla.novell.com/show_bug.cgi?id=348836
Comment 7 Alexandre Franke 2015-07-31 23:39:28 UTC
I'm typing as fast as I can, but I fail to reproduce this issue. Feel free to reopen if you encounter it again.