Ctrl+Shift Select doesn't select a new set of files

Bug #148297 reported by Neil Hooey
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Nautilus
Fix Released
Wishlist
One Hundred Papercuts
Fix Released
Undecided
Unassigned
nautilus (Ubuntu)
Fix Released
Wishlist
Ubuntu Desktop Bugs

Bug Description

Binary package hint: nautilus

When you have a list of files selected in Nautilus, and you hold CTRL to select a new file, then hold CTRL+SHIFT to select another file, Nautilus does behaves as if you were only holding CTRL on the last file. It should select a new range of files, but doesn't.

Example:
We have the files File1 to File9 sorted by name in a list.

1. Select File1 with the mouse
2. Hold SHIFT and select File4 with the mouse

You now have File1 through File4 selected

3. Hold CTRL and select File6
4. Hold CTRL+SHIFT and select File9

You should have File1 to File4 and File6 to File9 selected at this point, because CTRL+SHIFT should select a new set without losing the first set. But Nautilus has missed File7 and File8 because it's only selecting as if you were holding CTRL.

Any intuitive list selection should work like this, and in Windows Explorer and other file managers, it works this way.

Related branches

Revision history for this message
Pedro Villavicencio (pedro) wrote :

Thanks for your report, that's known upstream you can track it and make your comments here: http://bugzilla.gnome.org/show_bug.cgi?id=410497

Changed in nautilus:
importance: Undecided → Wishlist
assignee: nobody → desktop-bugs
status: New → Triaged
Changed in nautilus:
status: Unknown → New
Changed in nautilus:
status: New → Confirmed
Revision history for this message
Sebastien Bacher (seb128) wrote :

the bug should be fixed for the icon view in intrepid now, that's still an issue when using the list view though

Revision history for this message
Marcus Carlson (0-launchpad-mejlamej-nu) wrote :

Is it something like this you'd like?
(Sorry about the size)

Revision history for this message
Neil Hooey (nhooey) wrote :

@Macrus: Yeah that is exactly what I'm talking about. I believe any selection list in any context to do with computers should have this feature, it's so useful.

Revision history for this message
Marcus Carlson (0-launchpad-mejlamej-nu) wrote :

Neil, patch is upstream now - let's hope someone sees it and finds it enough useful for inclusion.

Revision history for this message
Neil Hooey (nhooey) wrote :

@Marcus Carlson: You are the man. That's been annoying me for about 10 years now. ;)

Revision history for this message
Sebastien Bacher (seb128) wrote :

thank you for your work there, you might want to send the patch the nautilus-list for review since the nautilus hackers are usually too busy to keep up with the number of comments made in bugzilla nowadays

Revision history for this message
Pedro Villavicencio (pedro) wrote :
Changed in nautilus (Ubuntu):
status: Triaged → Fix Committed
Revision history for this message
Sebastien Bacher (seb128) wrote :

the bug is fixed in karmic and lucid

Changed in nautilus (Ubuntu):
status: Fix Committed → Fix Released
Revision history for this message
Sebastien Bacher (seb128) wrote :

the bug is fixed in karmic and lucid now!

Changed in hundredpapercuts:
status: New → Fix Released
Changed in nautilus (Ubuntu):
status: Fix Released → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package nautilus - 1:2.29.1-0ubuntu1

---------------
nautilus (1:2.29.1-0ubuntu1) lucid; urgency=low

  * New upstream version:
    - Make browser mode the default
    - Add split view mode
    - Browser UI reorganization
    - Better background support on multi-monitor setups
    - Support new "default location" on mounts
    - Add extension api to lookup NautilusFileInfo objects
    - Make the search toolbar button a toggle button (lp: #57210, #392292)
    - Change text selection when using f2 several times (lp: #55996)
    - Ctrl+shift does multiple range selection in list view (lp: #148297)
    - Correctly toggle the show hidden files option (lp: #318151)
    - Opening of unknown files types displays a list of softwares (lp: #435780)
    - Fix the end key action in the image details (lp: #448786)
    - Use correct Borders for the sidebar (lp: #380838)
    - Display tooltips over sidebar bookmarks (lp: #432485)
  * debian/control.in:
    - updated gnome-desktop requirement
  * debian/nautilus-data.gconf-defaults:
    - don't set browser mode there since that's upstream default now
  * debian/patches/01_manpage.patch:
    - the change is upstream now
  * debian/patches/91_correct_rgba_use.patch:
    - change by Cody Russell to fix rgba issue (lp: #491521)
  * debian/rules:
    - updated shlib version
 -- Sebastien Bacher <email address hidden> Wed, 06 Jan 2010 17:14:33 +0100

Changed in nautilus (Ubuntu):
status: Fix Committed → Fix Released
Revision history for this message
Neil Hooey (nhooey) wrote : Re: [Bug 148297] Re: Ctrl+Shift Select doesn't select a new set of files

Thanks Marcus, several months later it's finally in lucid and apparently
karmic. When should doing an `apt-get dist-upgrade` reflect the change?

Do you work for Canonical, or do you do this for fun?

On Sun, Sep 27, 2009 at 15:37, Marcus Carlson <email address hidden> wrote:

> Neil, patch is upstream now - let's hope someone sees it and finds it
> enough useful for inclusion.
>
> --
> Ctrl+Shift Select doesn't select a new set of files
> https://bugs.launchpad.net/bugs/148297
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Revision history for this message
Marcus Carlson (0-launchpad-mejlamej-nu) wrote :

@Neil, np ;) . Almost forgot I had this one fixed. Nice to finally see it get into ubuntu :)

I'm just doing it for fun and to get my OS of choice better :)

Revision history for this message
Neil Hooey (nhooey) wrote :

Do you fix lots of things in Nautilus?

I'm more generally wondering how you specifically found the code that
controls that feature. I remember looking a while ago and giving up
because it was taking too long.

On Wed, Jan 6, 2010 at 15:54, Marcus Carlson <email address hidden> wrote:
> @Neil, np ;) . Almost forgot I had this one fixed. Nice to finally see
> it get into ubuntu :)
>
> I'm just doing it for fun and to get my OS of choice better :)
>
> --
> Ctrl+Shift Select doesn't select a new set of files
> https://bugs.launchpad.net/bugs/148297
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Revision history for this message
Marcus Carlson (0-launchpad-mejlamej-nu) wrote :

Quite off topic but, i did fix a couple of things in nautilus but now I've got more interesting stuff to work on - I hope I'll get time to fix things in nautilus later again.

Do not give up - getting to know a codebase as large and complex as nautilus does take time. Begin with the easier things first (might not be something you care about, but certainly someone else) and when you feel comfortable browsing the code then you get the bigger fishes ;)

Changed in nautilus:
importance: Unknown → Wishlist
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.