Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
I really like the Agents window (vs. the Editor window) and have been attempting to familiarize myself with it over the past month or two. I do have 2 issues I’ve captured directly related to the “Browser” windows when using this version of the Cursor app, though.
-
“Design” button. Often after making a change, especially if i specifically selected an HTML object/element on the page, Cursor will implement the change. It does select the correct element, so that’s good, but then the “Design” button gets grayed out, even after Cursor has finished its implementation. I’ve found a work-around for this which is to simply hit F12 twice to open/close the Dev Tools panel. This will “renable” the Design button. It’s not a huge issue because the work-around is fast, but this seems like it could be a simple User Experience fix.
-
Browser memory consumption is rough. I like using the Design tool as mentioned in #1 above, but using Cursor’s built-in browser is EXTREMELY memory-inefficient. I’ve got 32 GB of RAM, and it’s pressed to its limits when using the built-in browser. I did a quick comparison between my Cursor memory usage vs. Microsoft Edge memory usage, and while a particular tab in Edge might use ~400 MB of memory, the browser window in Cursor has ballooned up to as high as 12 GB of memory for that same window. It probably would have continued to grow over time as well. I suspect this is related to some kind of memory leak, and I saw a few forum posts related to memory leaks that didn’t seem to be quite related to this (they were mostly about Mac, and I’m on Windows). My repo IS on Windows, though, and I am using Docker to serve the application locally–so it’s possible there’s something related to those in here. Regardless, I wanted to provide these 2 bugs/feedbacks.
Bonus #3 unrelated to Browser Tool: Cursor deleted my local database data recently. This is my fault because I basically use the app in Yolo mode, and fortunately the deletion only impacted the database entries and not my desktop folders or (as I read some other horror stories about) the entire hard drive. Either way, it did inspire me to set up a backup policy on both my machine as well as my local dev setup. Now when I run my “ship-changes” skill for this repo, it automatically backs up the local database with a 14-file retention that FIFOs. And I also set up hard disk backups to have an easy restore point if my hard drives should unfortunately get wiped. No bug here–just thought I’d mention it as something that Cursor might want to consider any time someone sets up a workspace–instructing users to ensure they have some sort of “backup and recovery” plan.
As always, loving Cursor. Can’t wait to see what comes in the future. It’s been a tremendously enjoyable experience so far, so keep up the good work. $200/month max plan subscriber here for around half a year and no intentions of stopping any time soon. It’s cost me pennies on the dollar and improved my development speed 10x easily.
Steps to Reproduce
See description above
Expected Behavior
See description above
Operating System
Windows 10/11
Version Information
A shame there’s no option to do this in the Agents window. Here’s the paste form Help → About in the Editor window:
Version: 3.9.16 (system setup)
VS Code Extension API: 1.105.1
Commit: 042b3c1a4c53f2c3808067f519fbfc67b72cad80
Date: 2026-06-27T06:41:01.941Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.26200
For AI issues: which model did you use?
Composer 2.5 mostly, but I have an “agent team” skill that I will throw at problems I’m unable to resolve in 2 turns. It uses Composer 2.5 as a “moderator”/“lead” and then asks 4 sub-models to analyze the same problem (Opus 4.8, Composer 2.5, Gemini 3.1 Pro, and GPT 5.5), then each sub-agent analysis gets passed back to the moderator for consolidation and consensus.
Does this stop you from using Cursor
No - Cursor works, but with this issue