Issue with the cursor alignment

Sometimes, the cursor does not align correctly with the text. When clicking at the end of a line, the cursor appears slightly ahead of the actual line end. Additionally, when double-clicking a variable, the highlighted selection box does not align properly with the text.
post1, post2
These two links describe the same issue I encountered. I can temporarily mitigate the problem by reducing the font size, but there doesn’t seem to be a definitive solution to completely resolve it.
image
image

Hey, it might be a font issue. Try changing to a different one, this might solve the problem. Also, it could be that Column Selection is enabled, or it might be related to one of the extensions. To rule this out, try starting in safe mode with this command in the terminal: cursor --disable-extensions.

Thank you for your response. Changing the font or adjusting the font size does indeed work as a temporary fix. However, shouldn’t there be a more fundamental solution? After all, most users have the need to change fonts, and this issue could impact a wide range of scenarios.

I believe there might be some underlying bugs here, as this issue occurs randomly and unpredictably. Sometimes, it disappears suddenly after restarting the app, which suggests that it is not solely related to font settings but could be caused by deeper inconsistencies in rendering or layout handling.

I think it might be related to the font itself. You can try finding and downloading a different version of the font in another format. This is not a common error, so there isn’t a single solution yet.

Thank you for your suggestion, I will give it a try.