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 317873 - file selector fails to return multiple files when they are selected using keyboard
file selector fails to return multiple files when they are selected using key...
Status: RESOLVED DUPLICATE of bug 323073
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.8.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-10-03 21:43 UTC by Ian McIntosh
Modified: 2005-12-07 03:02 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Testcase (688 bytes, text/plain)
2005-12-07 02:58 UTC, Sadrul Habib Chowdhury
Details

Description Ian McIntosh 2005-10-03 21:43:21 UTC
Please describe the problem:


Steps to reproduce:
1. hold down SHIFT key and hit DOWN arrow to select many files
2. hit ENTER

Actual results:
file selector returns only 1 file

Expected results:
file selector should return all selected files

Does this happen every time?
yes

Other information:
Comment 1 Matthias Clasen 2005-10-26 15:45:45 UTC
Seenms to work fine here with both 2.8 and cvs HEAD.

Can you attach a test case that shows your problem ?
Comment 2 Federico Mena Quintero 2005-10-26 17:59:47 UTC
I've seen this problem before.  Somehow Enter doesn't get captured in the
trap_activate_cb(), and it causes everything but the current row to be unselected.

Ian, do you think you could track down why this happens on your app?
Comment 3 Sadrul Habib Chowdhury 2005-12-03 02:33:01 UTC
Proposed patch attached with #323079
Comment 4 Federico Mena Quintero 2005-12-06 03:07:55 UTC

*** This bug has been marked as a duplicate of 323073 ***
Comment 5 Sadrul Habib Chowdhury 2005-12-06 23:52:40 UTC
I still see this problem in cvs-HEAD (with patch #323073)
Comment 6 Federico Mena Quintero 2005-12-07 02:48:21 UTC
How do you replicate the problem?  Which app is this?
Comment 7 Sadrul Habib Chowdhury 2005-12-07 02:58:37 UTC
Created attachment 55724 [details]
Testcase

A testcase. Select multiple files, press enter. Only the entry selected last
gets printed.