callumalpass_tasknotes/tasknotes-e2e-vault/Inline-Task-Test.md
callumalpass 884b163bea test(e2e): add failing tests for issue #1350 - Reading View inline task refresh
Add tests documenting the bug where inline TaskNote widgets in Reading View
don't refresh after property updates. The markdown file updates correctly,
but the widget display remains stale until the file is closed and reopened.

Tests cover:
- Property updates (scheduled date) not refreshing inline widget display
- Status toggle changes not reflected visually
- Multiple instances of same task not refreshing together
- Contrast with Live Preview which does refresh correctly

Root cause: ReadingModeTaskLinkProcessor is a one-time post-processor with
no EVENT_TASK_UPDATED listeners, unlike TaskLinkOverlay.ts (Live Preview).
2026-01-01 09:23:23 +11:00

14 lines
329 B
Markdown

---
title: Inline Task Test Page
---
# Inline Task Test
This page is used to test inline TaskNote rendering in Reading View.
Here are some inline task references:
- Review this: [[Buy groceries]]
- Weekly sync: [[Weekly team meeting]]
- Blocked task: [[Deploy authentication update]]
Test editing properties in Reading View.