You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When filtering, filter results appear to be less than they actually are.
To Reproduce
Add 100 tasks named abc. Add 100 tasks named xyz. Add one task named abc.
Scroll to bottom.
Filter using the search string abc.
It shows only one result.
What I think it should be doing is scroll up just enough to fill the screen with results while maintaining selection.
That is how all interactive filtering mechanisms work, show as many results as possible, not only the ones that were visible on the page before search.
Environment (please complete the following information):
Operating System: Linux (NixOS)
Installation: NixOS
taskwarrior-tui version: 0.26.3
task version: 3.3.0
Additional context and information
Scroll down:
Results:
Instead it should be:
The text was updated successfully, but these errors were encountered:
Describe the bug
When filtering, filter results appear to be less than they actually are.
To Reproduce
Add 100 tasks named
abc
. Add 100 tasks namedxyz
. Add one task namedabc
.Scroll to bottom.
Filter using the search string
abc
.It shows only one result.
Reproducible with the following bash commands:
What I think it should be doing is scroll up just enough to fill the screen with results while maintaining selection.
That is how all interactive filtering mechanisms work, show as many results as possible, not only the ones that were visible on the page before search.
Environment (please complete the following information):
Additional context and information
Scroll down:
Results:
Instead it should be:
The text was updated successfully, but these errors were encountered: