-
-
Notifications
You must be signed in to change notification settings - Fork 78
selection
Select a single file in any view
Expected: An overlay is displayed at the bottom on the window with the full selected file name (limited by window width),type and size.
Select multiple files (and only files) in any view
Expected: An overlay is displayed at the bottom on the window with the selected file count and the sum of the file sizes.
Unselect all files in any view
Expected: The selection property overlay disappears. No overlay appears on hovering an unselected file.
Select files in any view. Hover the pointer over the overlay.
Expected: The overlay moves to the opposite side.
Select two or more folders (and only folders ) in any view
Expected: An overlay is displayed at the bottom on the window with the selected folder count
Select one folder in any view
Expected: An overlay is displayed at the bottom on the window with the subfolder count and file count within the folder and the total size. An 'in progress' animation appears until the data is ready.
Select folders and files in any view
Expected: An overlay is displayed at the bottom on the window with the selected folder count, the selected file count and the sum of the file sizes.
In any view, primary button down on background or whitespace in unselected filename and drag diagonally.
Expected: A shaded rectangle appears and any icon touched by it is selected. Icons leaving the rectangle become deselected. Selection remains when button is released.
In any view, primary button down on whitespace in selected filename and drag diagonally.
Expected: A drag starts involving all selected items.
In List View, primary button down on Size, Type or Modified column and drag.
Expected: Rubberband selection occurs whether not the item was already selected
In any view, select some files. Change to a different view.
Expected: The same files are selected in the new view. If necessary the new view scrolls to show the selected file(s)
In Icon view, select a file. Hold down the Shift key and use the Left and Right Arrow keys.
Expected: Further files are selected in a linear fashion, wrapping at the rightmost edge, completing one row before continuing at the start of the next.
In Icon view, select two adjacent files in a row, while holding the Shift key down. Continue to hold down the Shift key and use the Up and Down Arrow keys.
Expected: Further files are selected in a linear fashion, completing one row before continuing at the start of the next. (Not in a rectangular fashion cf rubberbanding).
In Icon view of a folder containing enough files to fill several rows, starting from a position in the middle, press the right and left arrows without modifier.
Expected: Starting from the selected item the cursor position moves in a linear fashion, wrapping at the edges, and only the file under the cursor is selected.
In Icon view of a folder containing enough files to fill several rows, starting from a position in the middle, press the up and down arrows without modifier.
Expected: Starting from the selected item the cursor position moves upwards and downwards, not wrapping at the edges, and only the file under the cursor is selected. The view scrolls as required to keep the selected file in view. If there is no file item beneath the current cursor position, the cursor does not move down.
In all views of a folder containing multiple files, in single-click mode, select a contiguous set of files. Click on the helper emblems of some selected files.
Expected: Individual files are deselected, maintaining the selection of other files.
In all views of a folder containing multiple files, in single-click mode, select a contiguous set of files. Click on the helper emblems of some unselected files.
Expected: Individual files are selected, maintaining the selection of other files.
In all views of a folder containing multiple files, in single-click mode, select a contiguous set of files. Click on the icon of selected files while holding down the control key.
Expected: Individual files are deselected, maintaining the selection of other files.
In all views of a folder containing multiple files, in single-click mode, select a contiguous set of files. Click on the icon of unselected files while holding down the control key.
Expected: Individual files are selected, maintaining the selection of other files.
In all views of a folder containing multiple files, select some files. Press the up and down arrows while holding down the control key.
Expected: The cursor moves (prelit icon) but the selection does not change.
In all views, cut-paste items from another window or tab onto empty space.
Expected: The newly created items are pre-selected.
In all views, drag-drop items from another window or tab onto empty space.
Expected: The newly created items are pre-selected.
The answers to some other frequently asked questions may be found on Stack Exchange