don't accept active focus on tab

this was actually breaking keyboard navigation
see https://bugreports.qt.io/browse/QTBUG-63176
for our use case in pasmashell, it's better to just
rely on focus of the internal items or of the
ListView
reviewed-by: davidedmundson
This commit is contained in:
Marco Martin 2017-09-13 13:43:19 +02:00
parent 48e27b5493
commit 6bb474621e

View File

@ -36,6 +36,7 @@ QtQuickControls.ScrollView {
style: Styles.ScrollViewStyle{}
frameVisible: true
activeFocusOnTab: false
//START HACK
//The following is a workaround for QTBUG-17051