leclercb / taskunifier-app

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

Focus when new task added #99

Closed Philip2122 closed 4 years ago

Philip2122 commented 4 years ago

Describe the bug When I click the + button to add a task I cannot see any change on screen It is only iof I scroll down my list of tasks that I can find a new line that has been inserted ready for me to complete the task details

To reproduce Steps to reproduce the behavior:

  1. Click on + icon when you have more than a full screen full of tasks

Expected behavior

  1. Click on + icon
  2. Either show a blank new task input box at the top of all the existing tasks
  3. or load the new task window overlay (perhaps I need to set up a preference for this)

Version & system information App version 0.9

szpak commented 4 years ago

Somehow related to my comment or it happens every time for every task?

Philip2122 commented 4 years ago

It seems to happen whenever the screen is full of other tasks Do you know if there is a shortcut to enter a task via the task edition screen as this would be a work around

leclercb commented 4 years ago

Indeed, it's annoying and not user-friendly. But it's now fixed and will be available in next version :) I also added a new general setting: "Open the task edition window when a task is added"

szpak commented 4 years ago

@leclercb I've just tested it with 7f1c1eb and, in fact, it works with "Quick add task". However, for "SHIFT-CTRL-T" or "Task -> Add task" it behaves as before (no scrolling).

leclercb commented 4 years ago

Just tested again and it works for me (linux and mac os). What if you click on add in the toolbar ?

szpak commented 4 years ago

I've retested it with 51fb90e and it works fine. I suspect I hit some corner case. I will wait to encounter it again :).