Text mirrored and cursor jumps to start in detached agent windows

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The text gets mirrored when I type in an agent tab that’s in its own window. For example, ‘Hello’ becomes ‘olleH’. I’ve found a manual fix: if I type the first letter and then click right after it, it starts working correctly. It seems like the cursor automatically jumps back to the start of the text box when I type directly.

Steps to Reproduce

Open the IDE and create a new agent. Drag the tab outside the editor to open it in its own window. Click out of the agent’s text box, then try clicking back in.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 3.0.16 (user setup)
VSCode Version: 1.105.1
Commit: 475871d112608994deb2e3065dfb7c6b0baa0c50
Date: 2026-04-09T05:33:51.767Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200

Additional Information

The text box behavior is also glitchy when deleting letters; it often snaps back to the beginning of the line or the first character.

Does this stop you from using Cursor

No - Cursor works, but with this issue

EDIT (added recording):

Hey, this is a known issue. Text can type backwards in detached Agent windows because of multi-window rendering limits.

Workaround: after you open Agent in a separate window, press Ctrl+Shift+P, type Developer: Reload Window, then press Enter. This should temporarily fix typing. You might need to do it again if the bug comes back.

Another option is to avoid using a separate window and set window.zoomLevel in settings.json if you need a different zoom level.

The team is aware of this issue. There’s no ETA for a fix yet, but every report helps us prioritize it. More details and discussion here: Editor in a new window, zoomed in, typing from right to left.