https://bugs.kde.org/show_bug.cgi?id=466573
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/libr | |aries/kirigami-addons/-/com | |mit/4f1ae38959e09d8079441d7 | |09fcf04efbd58b062 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from cwo <[email protected]> --- Git commit 4f1ae38959e09d8079441d709fcf04efbd58b062 by Christoph Wolk. Committed on 30/11/2025 at 08:06. Pushed by carlschwan into branch 'master'. formcard/FormCardPage: automatically scroll to focused item When using tab navigation to access elements of FormCardPage, the page does not automatically scroll to make that element visible. This makes keyboard-only navigation for sighted users very inconvenient. ScrollablePage already has some machinery to scroll to particular positions, so all we need to do here is install a handler for updates to the activeFocusItem, and hook that into ScrollablePage's mechanism. M +19 -0 src/formcard/FormCardPage.qml https://invent.kde.org/libraries/kirigami-addons/-/commit/4f1ae38959e09d8079441d709fcf04efbd58b062 -- You are receiving this mail because: You are watching all bug changes.
