Skip to content

Fix action row focus behavior

roblabla requested to merge (removed):tab-focus-action-row into master

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)

Merge request reports

Loading