leclercb / taskunifier-app

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

Focus when new task added (regression) #118

Open szpak opened 4 years ago

szpak commented 4 years ago

Describe the bug The same as #99 - started to occur after migration to a grid component. Tasks created with "Quick add task" (and CTRL-SHIFT-T) 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.9.2 (b58e00c)

leclercb commented 4 years ago

Not able to reproduce. When I quick add a task, the new task is selected.

szpak commented 4 years ago

I copy-pasted the original description which doesn't reflect the current problem. Please try using ↑/↓ to navigate after addition. You need to manually click the new task (even twice) to be able to change task selection using arrows.

szpak commented 4 years ago

It still occurs in 1.0.0 (3f1047e). However, pressing TAB once brings focus back, so it is possible to create and later on edit that just created task with a keyboard only.