After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 762852 - Super+Space defocuses the "New task" field
Super+Space defocuses the "New task" field
Status: RESOLVED FIXED
Product: gnome-todo
Classification: Other
Component: User Interface
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME To Do maintainer(s)
GNOME To Do maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-02-29 07:07 UTC by Bastian Ilsø
Modified: 2016-12-01 04:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
task-row: rework focus management (13.24 KB, patch)
2016-12-01 03:59 UTC, Georges Basile Stavracas Neto
committed Details | Review

Description Bastian Ilsø 2016-02-29 07:07:51 UTC
I often switch between english (US) and danish keyboard. when I press "New task" inside a list, and switch the keyboard to insert a special danish letter (with Super+Space), the focus is removed from the entry and I have to press "new task" again.
Comment 1 Georges Basile Stavracas Neto 2016-04-22 00:24:45 UTC
Can you tell where does the focus goes to? I'm struggling to reproduce this behavior.
Comment 2 andreas 2016-09-06 20:40:25 UTC
(In reply to Georges Basile Stavracas Neto from comment #1)
> Can you tell where does the focus goes to? I'm struggling to reproduce this
> behavior.

hello, i have encountered the same issue.
it simply removes the text you have written and you have to start a new task again, just like when you are about to start a new task in a list.
Comment 3 Bastian Ilsø 2016-09-07 07:30:31 UTC
(In reply to Georges Basile Stavracas Neto from comment #1)
> Can you tell where does the focus goes to? I'm struggling to reproduce this
> behavior.

I dont see any particular widget with focus, but if I press super+space and then press tab, the first task in the list is selected.
Comment 4 Georges Basile Stavracas Neto 2016-12-01 03:59:26 UTC
Created attachment 341107 [details] [review]
task-row: rework focus management

Instead of relying on these shady focus-in and focus-out
events, lets just manually handle them.
Comment 5 Georges Basile Stavracas Neto 2016-12-01 04:00:05 UTC
Thanks for the report.

Attachment 341107 [details] pushed as c2a022d - task-row: rework focus management