[26.818] Chat input field hidden on startup, requires panel toggle to appear
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
Bug Report
- App: Codex Desktop (Windows)
- Version: 26.818.5229.0
- OS: Windows 11
Problem
After launching Codex Desktop, the chat input box does not appear. The user must manually open and close the bottom panel (via UI toggle) to trigger the input box to show up.
Steps to Reproduce
- Launch Codex Desktop
- Observe the main chat area — the input field is not visible
- Toggle the bottom panel (open it, then close it)
- The input box appears after the panel interaction
Expected Behavior
The chat input box should be visible immediately after launch, without any manual panel toggling.
Actual Behavior
Input box is hidden until a panel toggle action forces a layout re-render.
Notes
This is a regression introduced in version 26.818 — earlier versions did not have this issue. The problem appears to be that the input field DOM element remains in display: none state during app startup, and a layout reflow (triggered by the panel toggle) is needed to fix it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the startup sequence on Windows 11 using the issue's steps, then trace the desktop chat input and bottom-panel startup/layout entry points. The fix is complete when the input field is visible immediately after launch without toggling the panel, while the existing panel interaction continues to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100