Skip to content

fix(app): preserve context tooltip on scroll - #36844

Open
AidenGeunGeun wants to merge 5 commits into
anomalyco:devfrom
AidenGeunGeun:context-tooltip-scroll
Open

fix(app): preserve context tooltip on scroll#36844
AidenGeunGeun wants to merge 5 commits into
anomalyco:devfrom
AidenGeunGeun:context-tooltip-scroll

Conversation

@AidenGeunGeun

@AidenGeunGeun AidenGeunGeun commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Issue for this PR

Fixes #36822

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

In the new layout, scrolling the timeline dismisses the context tooltip even though its ring stays pinned and hovered. This keeps the tooltip open through that scroll, while pointer leave, blur, and Escape still close it normally.

The change is scoped to the new-layout context ring; other tooltips keep their existing scroll behavior.

How did you verify your code works?

  • Added a Chromium regression for scrolling while the sticky ring remains hovered
  • Confirmed the test fails without the fix and passes with it
  • Ran bun typecheck in packages/ui
  • Ran bun typecheck, bun typecheck:e2e, and the focused Playwright regression in packages/app
  • Reproduced the bug in the official 1.17.20 macOS arm64 app and verified the fix in a patched desktop build

Screenshots / recordings

Before:

before.mov

After:

after.mov

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@AidenGeunGeun
AidenGeunGeun force-pushed the context-tooltip-scroll branch from 4300d43 to c0ea1fe Compare July 14, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Context usage tooltip disappears while still hovered in new layout

1 participant