codex - 💡(How to fix) Fix Scroller jumps like crazy, I'm tired boss [2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#17748Fetched 2026-04-15 06:28:58
View on GitHub
Comments
2
Participants
3
Timeline
4
Reactions
0
Timeline (top)
commented ×2labeled ×2
RAW_BUFFERClick to expand / collapse

What version of the IDE extension are you using?

latest

What subscription do you have?

pro plan 200usd

Which IDE are you using?

VS Code

What platform is your computer?

No response

What issue are you seeing?

VSCode extension or macos desktop app codex scroller jumps like crazy, can't scroll to middle to see previous history, my macbook is m2 max 96gb, I think it's the implementation of the scroller, maybe you guys are using virtual scroller? I don't know which genius decide to implement virtual scroll to dynamic children content, it's obviously going to have crazy UI bug, I know you guys did a massive refactor once, but please refactor again, maybe using pretext to actually solve this virtual scroller.

What steps can reproduce the bug?

You just chat massive, and one day, it failed to properly render previous messages while scrolling

What is the expected behavior?

No response

Additional information

No response

extent analysis

TL;DR

The issue with the VSCode extension's scroller jumping and failing to render previous messages while scrolling may be related to the implementation of virtual scrolling, and a potential fix could involve refactoring the scroller implementation.

Guidance

  • Investigate the scroller implementation in the VSCode extension to determine if virtual scrolling is indeed the cause of the issue.
  • Try to reproduce the bug with a smaller chat history to see if the issue is related to the amount of data being rendered.
  • Consider using the browser's developer tools to inspect the DOM and CSS of the scroller component to identify any potential issues.
  • Look into using a library like pretext to handle dynamic content scrolling, as suggested by the user.

Example

No code snippet can be provided without more information about the implementation of the scroller.

Notes

The issue may be specific to the user's setup, and more information about the platform and expected behavior would be helpful in debugging the issue.

Recommendation

Apply workaround: The user's suggestion to refactor the scroller implementation using pretext or a similar library may be a viable workaround, as it could potentially resolve the virtual scrolling issues.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING