macOS desktop: cmd+A selection is not visibly rendered, but delete clears all text
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
Summary
In the macOS Codex desktop app, pressing Ctrl+A in the conversation composer appears not to select any text: there is no visible selection highlight. However, the selection is actually active—pressing Delete immediately removes all text in the composer.
Steps to reproduce
- Enter text in the conversation composer.
- Press
cmd+A. - Observe that the text does not appear selected.
- Press Delete.
Actual behavior
No visible selection is rendered after Ctrl+A, but Delete clears the entire composer contents.
Expected behavior
The whole composer text should visibly show as selected after Ctrl+A, matching the active selection that Delete already acts upon.
Environment
- macOS 26.2 (25C56)
- Local Codex CLI reported version:
0.150.1 - Session logs not attached
Notes
This report describes the observed UI behavior only; the issue may be in selection rendering, focus handling, or an editor integration layer.
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
Start by reproducing the issue in the macOS desktop conversation composer with the reported cmd+A and Delete sequence. Trace the composer’s selection rendering, focus handling, and editor integration to determine where the active selection stops being displayed. Done means the full composer text visibly highlights after cmd+A while Delete continues to clear it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, rust
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100