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 150614 - right-click on empty area changes selection
right-click on empty area changes selection
Status: RESOLVED DUPLICATE of bug 143270
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-08-20 06:15 UTC by Tommi Komulainen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
testcase (649 bytes, text/plain)
2004-08-20 06:15 UTC, Tommi Komulainen
Details

Description Tommi Komulainen 2004-08-20 06:15:24 UTC
1. create filechooser dialog in open mode
2. add custom shortcut to a folder in $HOME
3. preselect the shortcut folder
4a. right-click in the shortcuts treeview below all the shortcuts
4b. cycle focus around the dialog by hitting TAB

--> selection moves to the first entry (Home) but doesn't change the file list
contents

This only happens the first time shortcuts treeview gets focus.
Comment 1 Tommi Komulainen 2004-08-20 06:15:57 UTC
Created attachment 30776 [details]
testcase
Comment 2 Matthias Clasen 2004-09-14 18:31:39 UTC
I can't reproduce this, but maybe I don't understand what you mean by preselect
in step 3. 
Comment 3 Tommi Komulainen 2004-09-14 18:43:25 UTC
I can still reproduce this with 2.4.9.  With preselecting I mean the
gtk_file_chooser_set_current_folder() call - when that folder is present in the
shortcuts list it gets preselected.
Comment 4 Matthias Clasen 2004-09-14 18:47:53 UTC
Ah, ok. I was trying to select it with the keyboard or mouse...
Comment 5 Matthias Clasen 2004-09-14 19:22:19 UTC
I believe this is the same problem as bug 143270
Comment 6 Matthias Clasen 2004-09-14 19:38:38 UTC

*** This bug has been marked as a duplicate of 143270 ***