Skip to content

room-history: Fix focus issues

Kévin Commaille requested to merge kcommaille/fractal:focus into main

The main problem here was that several widgets were subclassing AdwBin, but it doesn't try to focus itself in its GtkWidget::focus override, so these widgets were skipped in the focus chain.

Merge request reports