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

Editing the currently active filter does not apply file changes to filtered task lists automatically #115

Closed mjdescy closed 8 years ago

mjdescy commented 8 years ago

Steps to reproduce

  1. Create a task list with multiple tasks, some of which have "new" in them, and some of which have "old" in them.
  2. Go to the Filters window and create filter to include tasks that contain "new" and close the filter window. screen shot 2016-08-09 at 8 47 59 pm
  3. Apply filter 1 on the task list. Only tasks with "new" in them will be shown.
  4. Go to the Filters window and create filter to include tasks that contain "old" and close the filter window. screen shot 2016-08-09 at 8 47 48 pm

    Erroneous result

Tasks with "new" in them are shown. Tasks with "old" in them are not shown. The user has to re-apply filter 1 for the "old" filter to be applied.

Expected behavior

Closing the Filters window should refresh any open task lists, which will apply filter changes to them.

mjdescy commented 8 years ago

Version 2.3.1 will close this issue.