Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Mobile
Commits
e555a444
Commit
e555a444
authored
Jan 13, 2022
by
Devin Lin
🎨
Browse files
widgets/krunner: Fix keyboard focus being invoked on shell startup
parent
62608980
Pipeline
#123094
passed with stage
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
components/mobileshell/qml/widgets/krunner/KRunnerWidget.qml
View file @
e555a444
...
...
@@ -105,6 +105,7 @@ Item {
id
:
anim
duration
:
PlasmaCore
.
Units
.
longDuration
*
2
easing.type
:
Easing
.
OutQuad
running
:
false
onFinished
:
{
if
(
anim
.
to
===
root
.
openedContentY
)
{
queryField
.
forceActiveFocus
();
...
...
@@ -162,7 +163,6 @@ Item {
}
PlasmaComponents.TextField
{
id
:
queryField
focus
:
true
Layout.fillWidth
:
true
placeholderText
:
i18n
(
"
Search…
"
)
inputMethodHints
:
Qt
.
ImhNoPredictiveText
// don't need to press "enter" to update text
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment