GNOME Bugzilla – Bug 136377
Mouse selection of a range of icons using Shift key does not work
Last modified: 2004-12-22 21:47:04 UTC
Overview Description: Using the shift key to select a range of icons does not work if the shift key was held down when the first icon was selected. Steps to Reproduce: 1. Open a folder with no icon selected. 2. Hold the shift key down and use the mouse to click on an icon. 3. With the shift key still held down click on another icon. Actual Results: The second icon will be selected. Expected Results: The icons between the first icon and the second icon should be selected. Build Date & Platform: Tested on Nautilus 2.5.8
Created attachment 25260 [details] [review] Patch for selection with shift key down
The above patch fixes this bug by setting the first icon clicked to be the base icon for range selection if start_icon is null or start_icon is not selected.
thanks a lot!