Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
After updating to version 2.4.22 (VS Code 1.105.1), browser tabs become completely unresponsive when moved into a new window using the right-click “Move into new window” option.
The browser tab works perfectly in the main IDE window but immediately becomes frozen/unresponsive when separated into its own window. Users cannot:
- Scroll on the page
- Click on any elements
- Use inspector tools (Select Element, Show Console, Show CSS Inspector)
This critical issue completely blocks development workflow and occurs consistently across multiple machines (notebook and desktop) on Windows 10/11, affecting both localhost development servers and regular websites.
Steps to Reproduce
STEPS TO REPRODUCE:
- Update Cursor IDE to version 2.4.22 (VS Code 1.105.1)
- Open a Browser Tab inside the IDE with any URL
- Right-click on the browser tab and select “Move into new window”
- Attempt to scroll, click, or interact with the page in the new window
- Try using the inspector tools
EXPECTED BEHAVIOR:
The browser tab should remain fully interactive with all features working normally (scrolling, clicking, inspector tools).
ACTUAL BEHAVIOR:
The page becomes completely unresponsive. No interaction is possible.
VERSION INFORMATION:
- Version: 2.4.22 (system setup)
- VSCode Version: 1.105.1
- Commit: 618c607a249dd7fd2ffc662c6531143833bebd40
- Build Type: Stable
- Electron: 39.2.7
- Chromium: 142.0.7444.235
- Node.js: 22.21.1
- OS: Windows_NT x64 10.0.26200
- Tested on: Windows 10/11 (notebook and desktop)
Expected Behavior
The browser tab should remain fully interactive after being moved to a new window with all features working normally: scrolling, clicking, and inspector tools (Select Element, Show Console, Show CSS Inspector)
Operating System
Windows 10/11
Version Information
Version: 2.4.22 (system setup)
VSCode Version: 1.105.1
Commit: 618c607a249dd7fd2ffc662c6531143833bebd40
Date: 2026-01-26T22:51:47.692Z
Build Type: Stable
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.26200
Additional Information
This issue severely impacts my development workflow. The “Move into new window” feature is essential for splitting my workspace between the IDE and browser preview. Without this functionality, I’m limited in multitasking.
The issue is consistent across multiple machines and browser instances, indicating it is a systematic issue introduced in version 2.4.22.
Does this stop you from using Cursor
Yes - Cursor is unusable