The source project of this merge request has been removed.
Fix action row focus behavior
Adds a focus handler to HdyActionRow, which delegates to its activatable subwidget (if it has one). This fixes the surprising tab focus handling. Now, pressing tab will either directly focus the HdyActionRow activatable subwidget (if it has one) or skip over it.
Fixes #215 (closed)