When tabbing through the interface to change the currently focused widget, one gets stuck when reaching the overview.
Steps to reproduce:
At this point, it's not possible to move anymore using Tab or Shift+Tab. I don't believe this is on purpose, or has any usefulness as the overview isn't editable.
Proposed fix: mark the overview itself as not focusable (gtk_widget_set_can_focus(self, FALSE)
) so it's skipped over. Alternatively, if you want to e.g. allow arrows to move in the overview, make sure to left focus cycling through.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.