diff --git a/src/qml/RoomInformation.qml b/src/qml/RoomInformation.qml index ea0b134c4..89901c05a 100644 --- a/src/qml/RoomInformation.qml +++ b/src/qml/RoomInformation.qml @@ -198,7 +198,7 @@ QQC2.ScrollView { model: root.room.isDirectChat() ? 0 : sortedMessageEventModel clip: true - activeFocusOnTab: true + focus: true delegate: Delegates.RoundedItemDelegate { id: userDelegate @@ -214,6 +214,7 @@ QQC2.ScrollView { text: name + KeyNavigation.tab: navigationBar.tabGroup.checkedButton KeyNavigation.backtab: index === 0 ? userList.headerItem.userListSearchField : null onClicked: {