codex - 💡(How to fix) Fix Windows desktop app: "New Thread" is not clickable when sidebar is expanded, and "Back to App" in Settings is also not clickable [6 comments, 4 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#17596Fetched 2026-04-14 05:42:41
View on GitHub
Comments
6
Participants
4
Timeline
12
Reactions
2
Timeline (top)
commented ×6labeled ×3cross-referenced ×2marked_as_duplicate ×1

Root Cause

Because the "New Thread" action works after collapsing the sidebar, this may be related to an invisible overlay, hitbox, or click-handling issue in the expanded sidebar state. The Settings "Back to App" button may be affected by the same or a similar UI interaction bug.

RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

Codex 26.409.20454

What subscription do you have?

Other

What platform is your computer?

windows 11

What issue are you seeing?

I found two UI click issues in the Codex desktop app on Windows.

  1. When the left sidebar is expanded, the "New Thread" button at the top of the sidebar is visible but not clickable.
  2. If I collapse the left sidebar, the "New Thread" icon becomes clickable and works normally.
  3. In the Settings page, the "Back to App" button is also not clickable.

Because the "New Thread" action works after collapsing the sidebar, this may be related to an invisible overlay, hitbox, or click-handling issue in the expanded sidebar state. The Settings "Back to App" button may be affected by the same or a similar UI interaction bug.

What steps can reproduce the bug?

  1. Open the Codex desktop app on Windows.
  2. Keep the left sidebar expanded.
  3. Click the "New Thread" button at the top of the sidebar.
  4. Notice that nothing happens.
  5. Collapse the left sidebar.
  6. Click the "New Thread" icon again.
  7. Notice that it is clickable in the collapsed state.
  8. Open Settings.
  9. Click "Back to App".
  10. Notice that it is not clickable.

What is the expected behavior?

  • "New Thread" should be clickable whether the sidebar is expanded or collapsed.
  • "Back to App" in Settings should always be clickable and return to the main app view.

Additional information

  • Platform: Windows
  • UI language: Chinese
  • Observed on: 2026-04-13
  • I can attach a screenshot showing the location of the "New Thread" button in the expanded sidebar.

extent analysis

TL;DR

The issue may be resolved by investigating and fixing the UI overlay or click-handling logic in the Codex desktop app, specifically for the expanded sidebar state.

Guidance

  • Verify if the issue persists across different UI languages to determine if it's specific to the Chinese language setting.
  • Check the app's UI layout and styling to ensure there are no invisible overlays or elements blocking the click events on the "New Thread" button and "Back to App" button.
  • Inspect the click-handling logic for these buttons to see if there are any conditional statements or event listeners that might be preventing the clicks from registering when the sidebar is expanded.
  • Test the app on different Windows versions or platforms to see if the issue is specific to Windows 11.

Example

No code snippet is provided as the issue description does not include specific code references.

Notes

The issue may be related to a specific UI interaction bug, and fixing it might require changes to the app's UI layout, styling, or click-handling logic. Without more information about the app's codebase, it's difficult to provide a more specific solution.

Recommendation

Apply workaround: The user can collapse the sidebar to make the "New Thread" button clickable, but a permanent fix would require investigating and resolving the underlying UI issue.

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