Text flickering and overlapping when scrolling through long ChatGPT conversations in Codex Desktop
Resolved 💬 11 comments Opened Jul 10, 2026 by CavenTi Closed Jul 13, 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.707.31428
What subscription do you have?
GPT PLUS
What platform is your computer?
Windows 10
What issue are you seeing?
In the latest version of Codex Desktop, the built-in chat window for conversations with the web ChatGPT service has rendering issues when browsing long chat histories.
When the conversation contains a large amount of text, quickly scrolling with the mouse wheel or dragging the scrollbar often causes the chat content to flicker. In some cases, multiple lines of text overlap with each other, making the conversation difficult or impossible to read.
What steps can reproduce the bug?
- Open Codex Desktop.
- Open the built-in ChatGPT conversation window.
- Open a conversation with a long chat history containing multiple paragraphs or code blocks.
- Quickly scroll through the conversation using:
- Mouse wheel scrolling, or
- Dragging the scrollbar thumb.
- Observe the text rendering behavior.
What is the expected behavior?
- The chat content frequently flickers during fast scrolling.
- Multiple lines of text may overlap.
- Some parts of the conversation appear incorrectly rendered until the window is refreshed or scrolling stops.
Additional information
_No response_
11 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
I am seeing the same problem, I'm on MacOS. The app version is
Version 26.707.31428System settings:
https://github.com/user-attachments/assets/01599e5d-9000-4f0d-a80b-31b42f71d808
Same issue on macOS. A few additional notes:
Confirmed with a frame-by-frame analysis of a Windows screen recording.
Environment:
Observed:
Show morestate.Expected:
This provides a Windows reproduction and supports the report’s observation that the flicker is rapid vertical movement, not just a visual brightness flash.
It seems like the issue might have to do with chats that contain fenced code blocks. I am running into this immediately on a new session when I send a message with a code block.
Update: If I use page up and page down keys to scroll, it sometimes reproduces this bug, but sometimes does not.
If I scroll with my trackpad, it seems the bug 100% reproducible.
To be clear, this makes the desktop app un-usuable.
I'm also experiencing this on the desktop app in Windows 11.
Whether a new chat that grows long enough or opening an old one, this extreme visual bug is making the desktop app un-usuable.
If I open an old chat that is longer than what can be displayed on one page, and scroll up just a little bit, it 100% reproduces this bug
It might be jumping up and down between two positions in the chat
I captured this frame to show it's scrolling below the bottom of the chat's latest response
<img width="1927" height="840" alt="Image" src="https://github.com/user-attachments/assets/8cfc8728-c634-4b95-93be-3f358f9592be" />
Then in this frame it shows bouncing back up into the middle of the latest response
<img width="1887" height="480" alt="Image" src="https://github.com/user-attachments/assets/3f4f9cb0-2897-4a87-bed3-a6405e59e131" />
I'm not 100% sure that it's going back and forth between only two positions.
The speed of flickering is higher on my system, than in the video above. It maxes out my GPU card in Task Manager Performance tab.
Latest ChatGPT app. New bug probably with this version or a recent one, after it updated from Codex to ChatGPT app name.
I sent a trace with id
019f00e5-4716-71d3-9541-9efccde1f437Upon reading more replies, I also use code blocks in my statements and I see code blocks in the output.
I might write a prompt, with the expectation that triple ticks makes a code block, e.g. here's a fake prompt:
What is this doing
It somehow does not max out my GPU card but increases the usage of CPU. What's more, scrolling to normal parts does not decrease the usage that broken sections cause, in my test. I think this is a critical point.
I’m seeing the same issue on Windows.
I’m using Codex Desktop
26.707.3748.0on Windows build26200.It happens in a longer conversation containing code blocks and command output. Even when I’m not scrolling, parts of the conversation rapidly disappear and reappear. The changing content height makes the thread jump up and down continuously, so I can’t read it properly or continue working in that session.
The rest of the app stays stable. The sidebar and window do not flicker, so the problem seems limited to how the conversation content is being rendered.
I also checked Windows Event Viewer and found no related application crash, hang, or display-driver reset.
I also see the same issue ([#32030]). And xmaayy found the minimal message that reproduces it here: https://github.com/openai/codex/issues/32030#issuecomment-4936583073.
And maybe my comment will help you :https://github.com/openai/codex/issues/32030#issuecomment-4950140532.
Thanks, your investigation is much more explicit and helps a lot.