After today’s update, the cursor in the editor shows increasing offset when clicking into text.
When clicking near the beginning of a line, the blinking cursor appears in the correct position. However, the further you click from the start of the line, the more offset appears between the clicked position and the actual cursor.
Steps to Reproduce:
Launch Cursor with extensions disabled:
cursor --disable-extensions
Open an editor window.
Click at different positions on a line — offset increases with distance from the beginning of the line.
Waw finally someone with the same issue as mine.
The only differences are that for me the offset is on the other side (toward the left instead of right) and that the issue is happening since an eternity… Like since the first time I tried Cursor, around one year ago to today.
And the only way to fix it (temporarily) is to hit CTRL+Shift+P and reload window.
This is such a pain I hope someone could give us a hint about that.
Okay I seem to have found a quicker temp fix, if I zoom in then out (CTRL+ + then CTRL + -).
It seem to remove the offset, but like the reload quick fix that is still temporary.
You can have a look at this post from 2024 where someone had a similar issue, maybe that could help: https://forum.cursor.com/t/a-very-big-bug-about-cursor/18900/2
I installed a new Cursor on another PC.
I did a file diff with the folder C:\Users[USER]\AppData\Roaming\Cursor
I walked through the folders and files.
At the end there was only the settings.json left.
With a new settings.json the cursor bug was gone.
I added all the stuff that was general stuff, like font size, font familiy, etc.
The bug was still gone.
At the end I had some config from an extension, which caused the bug.
So what I learned from this is:
Even if you start cursor with:
cursor --disable-extensions
Extensions can ■■■■ up your editor.
But the good thing is: I have a nice editor again <3