This repository was archived by the owner on Aug 1, 2025. It is now read-only.
Commit 5e049a4
authored
Force Cody panel repaint only for meaningful events (#8215)
Fixes
https://linear.app/sourcegraph/issue/QA-790/jb-specificmac-specific-chat-scroll-jumps-to-up-and-cody-ui-flickers
## Test plan
1. Launch any JetBrains IDE (e.g., IntelliJ IDEA, PyCharm) with the Cody
plugin installed.
2. Sign in to Cody using valid Enterprise account credentials.
3. In the Cody chat panel, prompt: "Write a Java/Python program" and
wait for the response.
4. Once the code is generated, scroll down to the bottom of the chat
output.
5. Hover your cursor over side panels icons next to Cody icon
**Expected behaviour:**
The Cody chat panel should maintain its current scroll position when
hovering over system UI elements.
There should be no flicker, movement, or unintended scroll jumps when
the cursor hovers over external system elements.
<!-- Required. See
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles.
-->1 parent a0fce11 commit 5e049a4
1 file changed
Lines changed: 7 additions & 1 deletion
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
0 commit comments