mjdescy / TodoTxtMac

TodoTxtMac is a minimalist, keyboard-driven to-do manager for Mac OS X (10.8 Mountain Lion and higher) that conforms to the todo.txt format spec.
Other
240 stars 40 forks source link

Bug: pressing 'enter' or 'U' doesn't update task #92

Closed scraggo closed 8 years ago

scraggo commented 8 years ago

Bug: pressing 'enter' or 'U' doesn't update task - it merely scrolls to and highlights a random task (the same one no matter what I do) I'm running Version 1.6.1 (1.6.1) on Mac OS 10.8.5

mjdescy commented 8 years ago

@scraggo I am not sure what is going on with your install, but Mac OS 10.8 is no longer supported. I have no way of testing it.

mjdescy commented 8 years ago

I just observed this bug on version 2.1.0 running on Mac OS X 10.11.4. It arose after I updated to the OS X 10.11.4 release. The Enter key is acting as the "U" key and moving the selection to the first task beginning with "U". You can only edit that one task with Enter or the "U" key.

Workaround until I can fix this: Double-click the task and type in the edit.

mjdescy commented 8 years ago

Oddly, this bug just went away for me after I re-opened the issue. I will keep an eye on it. If any users can help me track it down, let me know.

mjdescy commented 8 years ago

I think I fixed this issue. The key command wasn't being sent to the correct control, and, for some reason, that was usually not a problem. I will continue to look for misbehavior in this. I will put out a new release later this week.