AnantLabs / google-tasks-chrome-extension

Automatically exported from code.google.com/p/google-tasks-chrome-extension
Apache License 2.0
0 stars 0 forks source link

Activating extension should focus the task list #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Activate the extension by clicking on it or using a user-defined  keyboard 
shortcut
2. Try to press Enter to input a new tasks

What is the expected output? What do you see instead?

It should be possible to interact with the extension right after activating it. 
Instead you have to click again on the list to start interacting (adding tasks, 
modifying, etc, ...).

Possible fix is making the first task focused when activated but that may not 
be optimal as it would allow modification of the first task even when it's not 
the intention of the user. 

Another is to focus for example the title or an invisible item, and add the 
possibility to directly add a new task with Enter.

Like that the minimal operation for creating a new task would be :

-Activating extension (click on icon or keyboard shortcut)
-Press Enter
-Write the title

In Gmail the first task is being focused when the user open the task list but 
this is a little different as users who wants to check their task list and user 
who want to add a new task have to activate the extension. Therefore the second 
solution might be closest to the user intent.

What version of the product are you using? On what operating system?

Tested on Ubuntu 12.04 with Chromium Version 30.0.1599.114

Original issue reported on code.google.com by r3m1.ben...@gmail.com on 4 Dec 2013 at 12:51