leclercb / taskunifier-app

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

CTRL-SHIFT-T doesn't set focus on created task #31

Closed szpak closed 5 years ago

szpak commented 5 years ago

Description

Based on this commit CTRL-SHIFT-T creates a new task. However, it doesn't switch focus to that task (in a table view) and it's problematic to edit it in a convenient way

Steps to reproduce

  1. Press CTRL-SHIFT-T (or N).

Expected result

  1. A new task is created and it is "focused" in the table view (to be able to edit it in a convenient way - e.g. by clicking it or - in the future - pressing CTRL-(SHIFT)-E.

Actual result

A new task is created, but nothing changes in the table view. User has to find it and click. Having 30+ tasks user can even not notice that anything happened - created task can be beyond the visible part of the table view.

Version & system information

0.4.0-beta on Linux (Fedora 30).

Additional information

For the notes (tasks) probably the current view should be switched to notes (if not visible)

szpak commented 5 years ago

Looking at the version from develop it works, however, the title field could be also put into the edition mode :).

szpak commented 5 years ago

Also, the task selection is not fully. The "Edit Task" button is not active - I need to click the task to make it active.

leclercb commented 5 years ago

Indeed, thanks for spotting these two bugs :)