mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-24 00:17:23 +00:00
The recently added task-host focus guard inside _focusFirst() and focusItem() blocked the legitimate keyboard flow: pressing ArrowRight calls showDetailPanel() -> focusSelf(), then the panel's auto-focus bailed because the task host was focused. A second ArrowRight then navigated to the next task instead of moving focus into the panel. The #6578 focus-stealing protection in _focusOnTaskIdChange already handles task-list navigation, making the inner guard redundant. |
||
|---|---|---|
| .. | ||
| add-to-today.spec.ts | ||
| detail-panel-focus.spec.ts | ||
| sections.spec.ts | ||
| work-view-features.spec.ts | ||
| work-view.spec.ts | ||