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.