What happened
In the Codex Desktop app, moving the mouse to the right-side scrollbar area can trigger the Artifact/Sources hover popover. The popover appears over or near the scroll area, making it difficult or impossible to reliably grab and drag the scrollbar.
Why this is a problem
When a conversation is long, the scrollbar is the most direct way to navigate. If the hover popover opens while trying to use the scrollbar, the user loses control of scrolling and has to fall back to mouse wheel or keyboard navigation.
Expected behavior
The right-side scrollbar hit area should remain usable without hover popovers appearing on top of it. Possible fixes:
- Do not trigger Artifact/Sources popovers when the pointer is within the scrollbar gutter or very close to the window edge.
- Add a setting to disable Artifact/Sources hover popovers.
- Delay or suppress the popover while the user is dragging or approaching the scrollbar.
Environment
- App: Codex Desktop
- Platform: Windows
- Build observed locally:
codex@26.429.30905, windows-store, Electron 41.2.0
- Locale/timezone observed locally:
ko-KR, Asia/Seoul
Workaround
Mouse wheel, PageUp/PageDown, Home/End work, but they do not replace direct scrollbar dragging for long sessions.
What happened
In the Codex Desktop app, moving the mouse to the right-side scrollbar area can trigger the Artifact/Sources hover popover. The popover appears over or near the scroll area, making it difficult or impossible to reliably grab and drag the scrollbar.
Why this is a problem
When a conversation is long, the scrollbar is the most direct way to navigate. If the hover popover opens while trying to use the scrollbar, the user loses control of scrolling and has to fall back to mouse wheel or keyboard navigation.
Expected behavior
The right-side scrollbar hit area should remain usable without hover popovers appearing on top of it. Possible fixes:
Environment
codex@26.429.30905,windows-store, Electron41.2.0ko-KR,Asia/SeoulWorkaround
Mouse wheel, PageUp/PageDown, Home/End work, but they do not replace direct scrollbar dragging for long sessions.