App auto scroll is buggy / broken
Resolved 💬 16 comments Opened Feb 18, 2026 by BlueBlazin Closed Feb 25, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of the Codex App are you using (From “About Codex” dialog)?
26.217.1959 (669)
What subscription do you have?
Pro
What platform is your computer?
Darwin 25.2.0 arm64 arm
What issue are you seeing?
Since this update (version 26.217.1959 (669)) autoscroll in the desktop app is super buggy and not working when Codex app is not focused / in foreground.
Edit: it seems sometimes it doesn't auto scroll even when the app window is focused and in the foreground.
What steps can reproduce the bug?
Get the down arrow to appear. Click it to cause the UI to scroll to the bottom. Move the Codex app window to the background (just focus on another window).
What is the expected behavior?
Auto scroll should not stop.
Additional information
_No response_
16 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
I’m seeing the same overall symptom, but in my case it is not intermittent.
Behavior in my environment:
Repro steps:
Environment: Codex 26.217.1959 (669), Pro, Darwin 25.3.0 arm64
This started happening to me after the latest update yesterday (2/17/2026 - version 26.217.1959 (669)). It is very annoying that I have to keep clicking the "scroll to end" arrow at the bottom-center of the execution/thinking pane. It was fine before.
Noticing the same issue here as well. Installed the app today.
+1 on this. I don't think it ever auto-scrolls for me now, regardless of focus.
can confirm!
Still not fixed and now we have to wait till at least next week :(
This is super annoying, the scroll doesn't "snap" and continue to scroll so I'm doing all the heavy lifting myself
This has been driving me nuts today used to work so well
Update: safer workaround script (replacing my earlier broken one)
My previous script had a bad footgun: it wrote
app.asar.backup-*inside/Applications/Codex.app/..., which can invalidate the signed app bundle and stop Codex from launching.This revision stores backups outside the app bundle and avoids the crash-prone scroll-event loop.
codex-scrollfix statuscodex-scrollfix applycodex-scrollfix undocodex-scrollfix migrate-backupsIf Codex won’t launch after any patching experiment:
Still hoping for an official fix so none of us need this.
I support this issue. Very annoying
this issue has been driving me insane. I have a "fix" thats definitly ugly and 100% vibecoded as i didnt check whatsoever what change it actually did xD.
but codex with gpt 5.3 and this prompt
"
Fix Codex chat bottom-scroll drift in VS Code by patching the extension webview script (not minified bundle internals). Find the installed
openai.chatgpt-*extension folder,Requirements:
1) Add sticky-bottom logic:
#root, fallback todocument.scrollingElement).stickToBottom=trueonly when user is near bottom.stickToBottomis true, force scroll to bottom multiple times (immediate + delayed retries, e.g. 20/70/160ms, plus RAF) to survive markdown/decode reflow.3) Re-scan/rebind the tracked container periodically (about 1.2s) in case the DOM node changes.
4) Ensure
boot()calls both hotspot setup and autoscroll-fix setup.5) Make minimal targeted edits and show a short diff summary.
Success criteria: when chat is already at bottom, streaming output / command completion / markdown transforms no longer drift the view upward; manual scroll-up still disables auto-stick.
"
was enough to fix its autoscroll for my usecases
Could you try again on the release from today? It should be much better now.
Seems to be fixed now.
bug is still present for the vs code extension (that pre-release version doesnt seem to be updated yet?)
this bug is back since last update July 7th 2026 shocking UI