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

Task menu items and related keyboard shortcuts still enabled when task is in edit mode #112

Closed mjdescy closed 8 years ago

mjdescy commented 8 years ago

Task menu items and related keyboard shortcuts are still enabled when task is in edit mode.

Steps to reproduce:

  1. Add a task.
  2. Edit that task by selecting it and pressing Enter.
  3. Press Command+Up.

Result:

Edit mode will be cancelled and the priority of the task will be incremented.

Desired behavior:

Keyboard shortcuts like Command+Up should be disabled when the task is in edit mode. This will prevent unexpected behaviors due to sloppy typing.

mjdescy commented 8 years ago

Fixed.

If the table view is ever changed to view-based, this fix needs to be updated.