Codex Desktop forces fullscreen content whenever switching images from the Files sidebar
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
Codex App version
26.901.4073.0
Platform
Microsoft Windows 10, version 10.0.19045.6466, x64
What issue are you seeing?
When switching between image files from the Files sidebar, every image selection expands the image/content panel to fullscreen. After manually restoring split view so the chat remains visible, selecting another image from the Files sidebar forces fullscreen content again.
This makes reviewing multiple image assets cumbersome because the user must exit fullscreen after every selection.
Steps to reproduce
- Open a local project containing multiple image files.
- Open the Files sidebar.
- Select an image.
- Restore the workspace to split view so both the chat and image panel are visible.
- Select a different image from the Files sidebar.
Actual behavior
The image/content panel returns to fullscreen on every image selection.
Expected behavior
Opening or switching images should preserve the current workspace layout. The viewer should enter fullscreen only after an explicit user action.
Additional information
The persisted workspace topology correctly records rightPanelFullWidth: false after split view is restored, but the next image selection overrides it and returns the content panel to fullscreen. No user-facing setting appears to disable this behavior.
Workaround: press Ctrl+Shift+B after each image selection to return to split view.
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 image-switching flow on Windows with the Files sidebar, then trace where the persisted rightPanelFullWidth: false state is overridden after selecting an image. Done means switching images preserves split view and fullscreen occurs only after an explicit user action; verify the Ctrl+Shift+B workaround is no longer needed.
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