โ– humdrum codex / glint v1.1.2
license AGPL-3.0

โ† issues

TASK-038 Fix: mouse checkbox toggle off-by-one (click lands one row below)

๐Ÿ Done bug priority: high

created 2026-07-06 18:51 ยท updated 2026-07-06 18:55

Description

handleMouse vi = Scroll + msg.Y - topPad + 1 has a spurious +1. Every left click maps one visual row too low; checkbox toggle only worked when the box was the last visual row (MoveToVisual clamp rescued it). Drop the +1.

Acceptance Criteria