Summary: | qmlkonsole keyboard button doesn't hide the keyboard | ||
---|---|---|---|
Product: | [Applications] QMLKonsole | Reporter: | Kevan <baker.kevan98> |
Component: | General | Assignee: | Devin Lin <espidev> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | aleixpol, espidev, mikedld, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kevan
2022-10-25 19:08:45 UTC
Hmm, this might be a KWin bug, since this had worked at some point. The app currently calls Qt.inputMethod.hide(), which seems to hide it, and then immediately restore it. What happens in my experience (testing on an PinePhone) is that it results in button being "clicked" 2 times: once when you press the button (by putting the finger down on the screen), and once when you release it (by pulling the finger up away from the screen). You can see the effect by doing it slowly, not quickly tapping the button. Consequently, if you press the button (which will hide the keyboard) and then drag your finger away from the button area (while still keeping it on the screen) before releasing, the keyboard will stay hidden. |