Hover provides a non-committal preview
Aliases: hover · hover preview · rollover
What it is
A hover preview surfaces information, state, or a next-step cue while a pointer sits over an object but before it clicks. It lets people inspect a likely outcome before deciding whether to commit, which makes it a non-committal exploratory move: move the pointer away and the preview retracts, leaving no trace. That is the opposite of a click or double click, which actually change state — a click answers the question; hovering only asks it.
Why it happens
Mice, trackpads, and some pens report position continuously before a press occurs, and that "already pointing but not yet pressed" interval is the physical basis for hover. Systems spend this free signal on hints, affordance emphasis, or temporary disclosure at a moment that carries no side effect, then withdraw it the instant the pointer leaves.
What makes hover valuable is not the content it shows but that it moves the cost of information from after the click to before it: when an action is irreversible or expensive to reverse, people would otherwise have to open it to check whether their guess was right. Hover preview lets that check happen ahead of the irreversible boundary. This is also why hover preview implies cheap, repeatable inspection — people can enter and leave repeatedly to compare several objects, something a click-based flow cannot offer.
Studying it
Compare no preview, immediate hover preview, and delayed hover preview; record exploration paths, accidental activations, task time, information discovery, and behavioural fallback after a popover occludes the target. The key methodological distinction is whether people are actually reading the preview or merely stuck waiting because a popover is blocking the target — both inflate dwell time but signal opposite usability states, and conflating them will mislead the analysis.
Where it stops holding
Touch ordinarily has no continuous hover state, and keyboard-navigation and screen-reader users cannot trigger a preview through pointer passage — they get a "no preview" experience by default, not a degraded one, so designs cannot assume everyone can see hover content. Sweeping quickly across densely packed objects, such as a toolbar or a thumbnail wall, turns popover-per-item previews into visual noise rather than help. More importantly, confirmation of a dangerous or irreversible action cannot rest on a fleeting hover cue: passing a pointer over a target does not mean the consequence was read — only an explicit confirmation after a deliberate click counts.
Applying it
- Reserve hover for reversible explanation, preview, and status display; never make it the sole path to essential information.
- Keep popovers clear of the current target and the next step in the flow, and withdraw them cleanly on pointer exit with no lingering residue or extra dismissal click required.
- Walk the same interface three ways — a fast mouse sweep, keyboard Tab focus, and touch tapping — checking separately whether information stays reachable and whether false triggers occur.
Related
- Same group: C1.06.2 Hover-carried information needs another route on devices without hover · C1.06.3 Hover delay trades responsiveness against false activation · C1.06.4 Replacing hover with long press consumes long-press semantics
- Nearby: C1.05 Cursor hotspots and hit testing · C1.07 Single and double click
- Search terms:
hover preview·non-committal interaction·pointer hover