[GH-ISSUE #26] Scroll to top when clicking checkbox of task item from preview #23

Closed
opened 2026-03-03 00:17:41 +03:00 by kerem · 0 comments
Owner

Originally created by @Sarah-Seo on GitHub (Jan 18, 2017).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/26

Originally assigned to: @Sarah-Seo on GitHub.

Markdown editor consist of CodeMirror and Iframe components. When scroll event occur from one component, it will tell another component.

Clicking checkbox in preview
-> update value of codemirror
-> reset scroll position
-> scroll event is fired from codemirror
-> preview(Iframe) adjust its scroll position to the reset one.

The fix will be shipped to v0.2.

Originally created by @Sarah-Seo on GitHub (Jan 18, 2017). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/26 Originally assigned to: @Sarah-Seo on GitHub. Markdown editor consist of CodeMirror and Iframe components. When scroll event occur from one component, it will tell another component. Clicking checkbox in preview -> update value of codemirror -> reset scroll position -> scroll event is fired from codemirror -> preview(Iframe) adjust its scroll position to the reset one. The fix will be shipped to v0.2.
kerem 2026-03-03 00:17:41 +03:00
  • closed this issue
  • added the
    bug 🐛
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#23
No description provided.