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 763746 - Always selected first file/folder
Always selected first file/folder
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Views: All
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-16 12:07 UTC by Maxim
Modified: 2016-03-17 13:13 UTC
See Also:
GNOME target: ---
GNOME version: 3.19/3.20


Attachments
files-view: select the pending selection (1.08 KB, patch)
2016-03-17 13:09 UTC, Carlos Soriano
committed Details | Review
files-view: don't select first file if pending selection (1.77 KB, patch)
2016-03-17 13:09 UTC, Carlos Soriano
committed Details | Review

Description Maxim 2016-03-16 12:07:05 UTC
Wnen open anything folder it's always selected first file or folder.

For example I have a lot of folders and open one of them, and then coming back, but it will not be selected because there is always selected first. It is difficult to navigate with lots of folders.

It happend with 3.19.90 > 3.19.91
Comment 1 Carlos Soriano 2016-03-17 13:09:14 UTC
Created attachment 324178 [details] [review]
files-view: select the pending selection

Not the selection itself, when we have a pending selection.

This fixes the view not selecting the folder we just entered when
returning back.
Comment 2 Carlos Soriano 2016-03-17 13:09:20 UTC
Created attachment 324179 [details] [review]
files-view: don't select first file if pending selection

We want to select the first file only if not pending selection
was found. For example when returning from a folder we just entered.
Comment 3 Carlos Soriano 2016-03-17 13:13:15 UTC
Attachment 324178 [details] pushed as 91f75b7 - files-view: select the pending selection
Attachment 324179 [details] pushed as 5cf3c78 - files-view: don't select first file if pending selection