leclercb / taskunifier-app

TaskUnifier - Task Management Application
https://www.taskunifier.app
Other
27 stars 7 forks source link

Tasks created with "Qucik add task" are not automatically selected/focused #81

Closed szpak closed 4 years ago

szpak commented 4 years ago

Describe the bug Tasks created with "Quick add task" are not automatically selected/focused (as for examples with "Add Task" from a menu).

To reproduce Steps to reproduce the behavior:

  1. Add task using "Quick add task"
  2. The previously selected task is still selected/focused.

Expected behavior Selection should move to the newly created task.

Version & system information App: 0.8.2 (5da33bd)

szpak commented 4 years ago

It's better (in 0.8.3 (e425723)). However, the tasks created with "Quick add task" are not selected if they would not be visible after addition. To rephrase that, please add a task in "All" starting with some distant letter - the focus will be kept in the "Quick add task" field.

leclercb commented 4 years ago

I'm not sure to understand.

I selected a Folder X, I used the quick add task to create a task which does not have the folder X. The task is added, visible and selected, even if it doesn't belong to that folder until I select another filter.

szpak commented 4 years ago

Would it visible in the current task list without scrolling? The problem occurs only if you have 500 taks, first 50 are visible and you create tasks "ZZZZZ" which would be only visible if you scroll down greatly.

It might be related to #80:

... scrolling stops working once the task becomes invisible (or precisely a key press later)

I can take some screenshots if needed.

leclercb commented 4 years ago

I fixed this in #99. Now whenever a note/task is added, the table will auto scroll to the new line.