AnthonyDiGirolamo / todotxt-machine

an interactive terminal based todo.txt file editor with an interface similar to mutt
https://pypi.python.org/pypi/todotxt-machine/
GNU General Public License v3.0
244 stars 37 forks source link

Sorting with filters broken #24

Open Querschlag opened 9 years ago

Querschlag commented 9 years ago

I discovered that the list get's reseted when sorting entries after applying filters.

Steps to reproduce:

  1. Set a filter
  2. Sort filtered list using "s"

Expected behavior: List of items matching the filter should be sorted.

Actual behavior: Filter get's reset and whole list of entries get sorted. Filter still marked as applied even though all items are visible.

colinsullivan commented 8 years ago

Also the filter is reset when simply refreshing the task list. Although the filter is still selected in the filters pane.