Sublime Forum

[Solved] 3118 - Mouse clicks sometimes points to wrong column

#1

For example, we have a following code in editor:

try:
    import threading|
except ImportError:
    import dummy_threading as threading

Sometimes when I click at | position (column 21), Sublime places cursor at column 1.
No idea why and when, it happens from time to time after scroll and click, for example. When I realize that cursor is in the wrong position, I click again and Siblime moves cursor to the right column.

It started with recent versions (1 or 2 version earlier; currently I use 3118 build).

Windows 7 x64.

0 Likes

Incorrect caret location on line click
#2
0 Likes

#3

and this thread

0 Likes

#4

this has been fixed in 3119

0 Likes