super-productivity/e2e/tests/work-view
Johannes Millan 99807f88e8 fix(tasks): restore ArrowRight focusing into detail panel
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.
2026-05-14 15:24:53 +02:00
..
add-to-today.spec.ts test(e2e): fix add-to-today subtask tests 2026-01-16 22:34:50 +01:00
detail-panel-focus.spec.ts fix(tasks): restore ArrowRight focusing into detail panel 2026-05-14 15:24:53 +02:00
sections.spec.ts fix(sections): drag-drop puts tasks at the right slot (#7452) 2026-05-02 15:58:19 +02:00
work-view-features.spec.ts test(e2e): fix done-toggle selector to use element instead of class 2026-03-24 16:25:42 +01:00
work-view.spec.ts refactor(e2e): improve 2026-01-06 12:46:20 +01:00