Copy not working in output tab

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Copy not working in output tab.

Steps to Reproduce

Copy a text in the output tab.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.54 (system setup)
VSCode Version: 1.99.3
Commit: 7a31bffd467aa2d9adfda69076eb924e9062cb20
Date: 2025-11-03T22:40:44.657Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26200

Does this stop you from using Cursor

Yes - Cursor is unusable

3 Likes

Hey, thanks for the report. To help investigate, please share:

  • How are you trying to copy? (CMD/CTRL+C after selecting text, right‑click context menu, or another method?)
  • What happens when you try? (Nothing happens, or do you see an error?)
  • Does copying work in other areas like the editor or terminal?
  • Console errors: Help → Toggle Developer Tools → Console tab, please share any errors

Let me know what you find.

How are you trying to copy?

Both CTRL+C and right‑click context menu not working.

What happens when you try?

Nothing happens.

  • Does copying work in other areas like the editor or terminal?

Yes

No errors in Console tab.

1 Like

no-user-select class appends to the div automatically.

1 Like

image

Thanks for the detailed debugging! The no-user-select class you found is the exact root cause.

This is a known issue in Cursor 2.0 affecting copy in some UI components (Output tab, Agent responses). The team is already tracking it.

I’ll escalate this to engineering along with your findings, your CSS analysis is very helpful.

3 Likes

Works in

Version: 2.0.34 (system setup)

But not in

Version: 2.1.0-pre.6.patch.2 (system setup)
1 Like

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor do not copy from the terminal ‘output’ panel anymore since 2.0

Steps to Reproduce

  1. output something in the terminal output panel (for example using the famous code runner extension)
  2. select a text field, copy
  3. it didn’t copy anything into buffer

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.54 (user setup)
VSCode Version: 1.99.3
Commit: 7a31bffd467aa2d9adfda69076eb924e9062cb20
Date: 2025-11-03T22:40:44.657Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.19045

Does this stop you from using Cursor

No - Cursor works, but with this issue

NOTE:

this is rather annoying as i used to copy/paste all the code runner errors from this output panel to the chat, now i can’t tell my agent to debug the errors because i am unable to copy/paste the errors..

2 Likes

Версия: 2.0.64 (system setup)
Фиксация: 1.99.3
Дата: 25412918da7e74b2686b25d62da1f01cfcd27680
Electron: 2025-11-06T04:35:14.424Z
ElectronBuildId: 37.7.0
Chromium: undefined
Node.js: 138.0.7204.251
V8: 22.20.0
ОС: 13.8.258.32-electron.0

Copying still doesn’t work.

image

Downloading version 1.7 from the Cursor homepage fixes the output tab copying issue.

Make sure to disable auto-updates in version 1.7 by pressing Ctrl + , and setting Update: Mode to “none” or “manual”.

I’m using Cursor for creating an LSP this week, and this issue has been quite frustrating when trying to get context for logs and output from a separate host window back into the main Cursor chat

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

In the Output window (e.g. Cmake/Build), I’m no longer able to copy the text within the Output Window

Steps to Reproduce

  1. Open the Output window tab
  2. Select any option in the dropdown on the right hand side
  3. Highlight the text in the Output window
  4. Right click & select ‘Copy’ (or use CTRL/CMD+C)
  5. Try to paste somewhere
  6. Observe that the copy failed

Expected Behavior

I expect to be able to copy from the Output window (it was working in ~V2.0.30 but it now broken in V2.0.64)

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.64 (user setup)
VSCode Version: 1.99.3
Commit: 25412918da7e74b2686b25d62da1f01cfcd27680
Date: 2025-11-06T04:35:14.424Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26100

Does this stop you from using Cursor

No - Cursor works, but with this issue

++I have the same issue too

@deanrie could you please poke us when this issue is fixed?

The team is working on this. Sorry for the inconvenience.

3 Likes

Thanks God I’m not suffering alone xd

2 Likes

+1.

+1

I have just restarted my Mac, and I am still unable to copy text from build output window to the chat prompt.

Workaround: Downgrade to v2.0.34

1 Like