openai / openai/codex

macOS desktop: cmd+A selection is not visibly rendered, but delete clears all text

Open
#41,397 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

app bug
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

  1. Enter text in the conversation composer.
  2. Press cmd+A.
  3. Observe that the text does not appear selected.
  4. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.