cscarney / syndic

Convergent feed reader for Plasma and Android
12 stars 2 forks source link

Main view should get keyboard focus on click #197

Open cscarney opened 10 months ago

cscarney commented 10 months ago

Open the main window in 3-column mode and focus the search box, then click in the main view. The search box retains keyboard focus, which prevents us from navigating using the left/right/space shortcuts. We should force active focus for the current page in the page row whenever the mouse is clicked within the page row boundaries.

This was never an issue in the past because we never had any other controls with strong focus in the main layout.