When opening the internal browser instance and clicking to open it in a new Window, when trying to navigate to any website the website gets misplaced outside the new window and I can’t move it or scale it.
Steps to Reproduce
Run `Cursor: Open browser command in command palette
Navigate to any web page
Right click the Cursor’s browser tab > click Move into New Window
Focus the new opened window
Web page will be misplaced outside the new opened window
Expected Behavior
Website is placed inside the new window and you can move and resize the window.
In Cursor editor, when the built-in browser panel is split into a separate window, the new window appears blank. Concurrently, the original browser content becomes fixed and floats on top of the editor viewport with the highest z-index, obstructing other UI elements.
Steps to Reproduce
Open the Cursor editor.
Activate the integrated Browser panel.
Use the Splitfunction (or drag to detach) the Browser tab into an independent window.
Expected Behavior
The browser tab should split normally into a fully functional, independent window to facilitate convenient debugging.