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:
parent
48e27b5493
commit
6bb474621e
@ -36,6 +36,7 @@ QtQuickControls.ScrollView {
|
|||||||
|
|
||||||
style: Styles.ScrollViewStyle{}
|
style: Styles.ScrollViewStyle{}
|
||||||
frameVisible: true
|
frameVisible: true
|
||||||
|
activeFocusOnTab: false
|
||||||
|
|
||||||
//START HACK
|
//START HACK
|
||||||
//The following is a workaround for QTBUG-17051
|
//The following is a workaround for QTBUG-17051
|
||||||
|
Loading…
x
Reference in New Issue
Block a user