H8.02.1bulk selection modedesignresearch

Entering bulk mode must change the whole surface

Aliases: multi-select mode · select mode · batch editing state

What it is

Bulk mode is the shift of a content list from browsing and opening one item to acting on many: rows become selectable, primary actions become delete, move, export on the set. Entering that state needs a page-wide change people can notice—checkboxes appear, navigation yields to an action bar—not a first tick that still looks like browsing. This is the mode switch itself. Where the running count lives, what cross-page select-all actually covers, drag-reordering, and tagging are other objects.

Why it happens

Browse and bulk share one list, so the default meaning of a click collides: open versus select. If appearance barely changes, people keep the old meaning, open an item they meant to select, or select one they meant to open. A clear state change tells the motor system that clicks now pick objects, not navigate. The change has to cover the whole list, not sprout a check on the one row already touched; untouched rows still look like titles, so the hand keeps browsing. Exit must be equally obvious, or people carry checkboxes into the next lookup and only notice when a title click does nothing.

Studying it

On one list, compare “tick with almost no chrome change” against “toolbar becomes a bulk bar and leading checkboxes appear.” Mix tasks: open the third item; select the third and fifth and delete.

Independent variables: whether entering bulk restructures the page, whether click meaning flips with state, whether exit is as salient as entry. Dependent variables: wrong click-meaning counts, accidental detail opens during a bulk task, leftover bulk state after the task.

Lab scripts often say “enter multi-select.” Real entry is more often a long-press or a toolbar Select. Split “cannot find the entry” from “entered without knowing.” Do not benchmark against single-row delete speed—that is another path, not whether bulk mode is recognizable.

Where it stops holding

A desktop file manager that always shows checks has no “enter” act; state change is the action bar lighting when selection is greater than zero. With zero selected, a click should still open, or the surface is permanently bulk. A two- or three-item list may cost more to mode-switch than to act one-by-one. On touch, long-press entry must not share meaning with an overflow menu or a drag-to-reorder, or the state change fights two other gestures.

Applying it

  • Enter bulk through an explicit Select or a long-press. Then leading checkboxes appear, the top bar acts on the set, and a row click toggles selection.
  • Provide an equally obvious Done / Cancel; exiting restores open semantics and clears the selection.
  • Do not silently tick a row whose title was clicked in browse mode; one click must not mean both.
  • Verify: ask someone to open one item, then select two and delete. Checks during the open task, or a detail jump during delete, mean the state change failed. Afterward, ask them to open one item; leftover multi-select means exit failed too.

Related

  • Within the group: H8.02.2 Selection count and scope must stay in view · H8.02.3 Select-all across pages must name the real set
  • Adjacent: E4.05 Inline and Bulk Actions · H8.03 Drag-and-drop Reordering · H8.10 Marks, Tags, and Classification
  • Search terms: bulk selection mode · multi-select · mode change

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/H8.02.1