Codex Desktop: “Add to chat” does not focus the composer after attaching selected response text

Open 💬 0 comments Opened Aug 19, 2026 by saltuk1

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

ChatGPT/Codex Desktop 26.810.52044 (build 6662)

What subscription do you have?

Not specified.

What platform is your computer?

  • macOS 26.5.2 (25F84)
  • Darwin 25.5.0
  • Apple Silicon / arm64

What issue are you seeing?

When I select text inside an assistant response and click Add to chat, the selected passage is correctly attached to the composer as a reference, but the composer does not receive keyboard focus.

There is no active caret in the message box, so I cannot immediately type the follow-up question. I must click the composer manually every time before typing.

This makes the selected-text workflow unnecessarily interruptive: Add to chat performs the attachment action but does not complete the expected transition into writing the follow-up.

What steps can reproduce the bug?

  1. Open a conversation in ChatGPT/Codex Desktop.
  2. Select a sentence or passage inside an assistant response.
  3. Click Add to chat in the selection action.
  4. Confirm that the selected passage appears as a reference in the composer.
  5. Without clicking anywhere else, begin typing.
  6. Observe that the composer is not focused and the typed text does not enter the message box.
  7. Click the composer manually.
  8. Typing now works normally.

The behavior is reproducible every time in the version listed above.

What is the expected behavior?

After Add to chat attaches the selected passage, the app should automatically:

  1. focus the message composer;
  2. place the text caret in the input field; and
  3. allow the user to immediately type the follow-up question.

This would make the interaction a continuous flow: select text → add it to the chat → type the question.

Actual behavior

The selected passage is attached successfully, but focus remains outside the composer. An additional manual click is required before typing.

Additional information

This appears distinct from:

  • #25321, which reports intermittent composer focus/caret loss on macOS without this deterministic trigger; and
  • #22677, which requests richer per-selection follow-up comments.

This report is specifically about focus not transferring to the composer immediately after the existing Add to chat action succeeds.

View original on GitHub ↗