[VSCodeSweeper MVP — test only] Can't hover on top few pixels of editor#2
[VSCodeSweeper MVP — test only] Can't hover on top few pixels of editor#2egamma wants to merge 1 commit into
Conversation
🤖 copilot /review — round 1VSCodeSweeper MVP self-review (fork-only experiment). ● Get diff stats (shell) ● Get commits on branch (shell) ● Get full diff (shell) Good, the CSS file is present in the
So Now compare to The test itself is essentially just a "canary" test that reads a CSS file and checks it contains a specific string. It's not testing behavior, just verifying file content hasn't regressed. While this is a questionable testing pattern (it's basically a snapshot of one line), the user's question is about bugs and logic errors, not test philosophy. Let me verify the CSS change itself is correct and complete:The CSS fix is correct and straightforward. The No significant issues found in the reviewed changes. The CSS fix is correct — Review SummaryCSS fix ( Test ( No high-confidence bugs or logic errors found. |
|
✅ Round 1: no actionable findings — the review loop converged. |
Upstream issue: microsoft#188878
Change summary
Hovering over text in the top ~6 pixels of the editor viewport is blocked by the scroll-decoration overlay element.
Validation
Open an editor, scroll so the first line is near the top, and verify that hovering over text in the top 6px still triggers the text cursor and editor hover tooltip (not the pointer cursor). Alternatively, add a test verifying the scroll-decoration element has pointer-events: none in its computed style.
Branch
vscodesweeper/fix-188878· generated fix · review loop runs separately (codex review).