Topic text areas: focus next item on tab
This commit is contained in:
parent
7f72373afe
commit
106bb3546f
1
TODO.md
1
TODO.md
|
@ -1,6 +1,5 @@
|
|||
# TODO
|
||||
|
||||
- text area tab handling
|
||||
- fix cursor over field
|
||||
- update room highlight when creating new room
|
||||
- keyerror when forgetting room while loading members
|
||||
|
|
|
@ -94,6 +94,7 @@ HBox {
|
|||
HTextArea {
|
||||
width: parent.width
|
||||
placeholderText: qsTr("This room is about...")
|
||||
focusItemOnTab: publicCheckBox
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -112,6 +112,11 @@ HBox {
|
|||
placeholderText: qsTr("This room is about...")
|
||||
defaultText: chat.roomInfo.plain_topic
|
||||
enabled: chat.roomInfo.can_set_topic
|
||||
|
||||
focusItemOnTab:
|
||||
encryptCheckBox.checked ?
|
||||
requireInviteCheckbox :
|
||||
encryptCheckBox
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user