codex - 💡(How to fix) Fix Windows Desktop: project sidebar rows intermittently render with heavier/bold font weight while scrolling [1 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#23463Fetched 2026-05-20 03:49:35
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3

Root Cause

I found one related open report, #22801, about sidebar font becoming generally too bold after an update on macOS. This report is different because it is:

RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using?

Observed from the running Windows desktop process:

  • Codex Desktop package path: OpenAI.Codex_26.513.4821.0_x64__2p2nqsd0c76g0
  • Codex.exe ProductVersion: 26.513.40821
  • Codex.exe FileVersion: 2886
  • bundled/runtime codex.exe: 0.131.0-alpha.9

What subscription do you have?

Not included in this report.

What platform is your computer?

Windows 11 x64.

Local version details:

  • Windows release: 25H2
  • Build: 26200.8457
  • Note: the legacy Windows registry ProductName field reports Windows 10 Education on this machine, but the user confirms this is Windows 11; the build number is the useful signal.

What issue are you seeing?

When scrolling the project sidebar in Codex Desktop on Windows, some sidebar rows intermittently render with a heavier/bolder font weight than surrounding rows.

The effect appears randomly during scrolling and is especially visible near the top of the project sidebar. It affects both:

  • top-level project titles
  • session/chat rows nested under projects

This does not appear to be a hover state. The heavier font weight can appear without hovering, and it disappears again after further scrolling. The issue is minor visually, but it looks like a UI rendering regression in the virtualized/sidebar list.

What steps can reproduce the bug?

A deterministic repro is not available yet, but the observed behavior is:

  1. Open Codex Desktop on Windows.
  2. Open the left project sidebar with multiple projects and session rows.
  3. Scroll the project sidebar up and down.
  4. Watch rows near the top of the sidebar.
  5. Some project titles or nested session rows intermittently appear bold / heavier than neighboring rows.
  6. Continue scrolling; the affected text usually returns to normal weight.

What is the expected behavior?

Sidebar item font weight should remain stable while scrolling.

Rows should only become visually emphasized when they are intentionally selected, active, focused, or hovered. Scrolling alone should not temporarily change apparent font weight.

What actually happened?

Some visible sidebar items intermittently render as bold/heavier during scrolling, then self-correct after additional scrolling. The behavior affects both project titles and child session rows, and does not seem tied to hover.

Additional notes

This may be related to list virtualization, text antialiasing, font fallback, retained row state, or a selected/active style being briefly applied to recycled rows, but that is only a guess from the visible symptom.

I found one related open report, #22801, about sidebar font becoming generally too bold after an update on macOS. This report is different because it is:

  • Windows-specific
  • intermittent
  • triggered/observed while scrolling
  • self-resolving after further scrolling
  • affecting individual rows rather than the entire sidebar font consistently

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