PlainTasks icon indicating copy to clipboard operation
PlainTasks copied to clipboard

undone completion when moving the cursor

Open sdaza opened this issue 9 years ago • 4 comments

If I use cmd+d to complete a task and move the cursor up or down, the task becomes uncompleted.

sdaza avatar Apr 04 '16 14:04 sdaza

Sounds crazy, and not reproducible.

I’d guess, that the keys you use to move cursor bound to undo command by some another plugin. Look at keybindings with https://packagecontrol.io/packages/FindKeyConflicts

Try different version of ST, I’ve tested in 2221, 3103, and 3109 — not reproducible.

vovkkk avatar Apr 04 '16 16:04 vovkkk

Yes, it is weird. I am using the up and down key. If I wait 5 seconds, nothing happens, if I do it immediately after cmd+d, I have the problem.

sdaza avatar Apr 04 '16 16:04 sdaza

In that case, I’d guess that it may be EventListener in some another plugin which messes up with commands or something. The only way to figure out, afaik, try to reproduce the issue on clean ST (e.g. portable version, or reset to default, do not forget to back up settings and other stuff), if issue is reproducible then it is bug in either ST or OS (I’m on Windows 8.1, btw), if it is not, then some plugin is to blame, in that case, you would have to disable every plugin one by one (adding it in ignore list in main preferences) and see if issue is remain.

vovkkk avatar Apr 04 '16 17:04 vovkkk

The culprit on mine was autospell. I use findkeyconflicts plugin to sort it. All is working great now.

excetara2 avatar Apr 05 '16 08:04 excetara2