apol added a comment.
In https://phabricator.kde.org/D5408#101552, @apol wrote: > I just tested this, I get this error message: > `file:///home/apol/devel/kde5/lib64/qml/org/kde/kirigami.2/ScrollablePage.qml:132: TypeError: Cannot read property 'Component' of null` This seems to do the trick: `Keys.forwardTo: root.keyboardNavigationEnabled && ("currentItem" in root.flickable) && root.flickable.currentItem && root.flickable.currentItem.Component.status == Component.Ready ? [ root.flickable.currentItem ] : []` REPOSITORY R169 Kirigami REVISION DETAIL https://phabricator.kde.org/D5408 To: leinir, apol, #kirigami, mart Cc: plasma-devel, apol