diegogangl / gtg

Getting Things GNOME! trunk
http://gtgnome.net
GNU General Public License v3.0
1 stars 0 forks source link

Keyboard navigation with TAB key walks every widget #12

Open picsel2 opened 1 year ago

picsel2 commented 1 year ago

This is a report against the branch from https://github.com/getting-things-gnome/gtg/pull/894

Description

Hitting TAB moves the selection the the next widget. It walks through the whole list of tasks, tags, menu buttons, etc. instead of moving to the next logical group of widgets.

diegogangl commented 1 year ago

Sounds like a Gtk change: https://gitlab.gnome.org/GNOME/gtk/-/issues/1430 Could also be related to our new widgets. @picsel2 in which widgets are you noticing this?

picsel2 commented 1 year ago

In the tasks list:

  1. Select the first task
  2. Hit tab and the selector moves to the checkbox (unfortunately not visible due to blue border on blue background, which is another minor issue)
  3. Hit tab and the selector moves to the next task.
  4. Hit tab and the selector moves to the next checkbox.
  5. Repeat 3-4 (until eternity if you have a lot of tasks :smiley: )

This behaviour was different in stable. It would directly go from the task view to the search bar and from there to the tag lust. (Although not every button of the header bar is reachable in stable by hitting tab.)