https://bugs.kde.org/show_bug.cgi?id=521361
Bug ID: 521361
Summary: Fadeout when the virtual keyboard is opened on Wayland
Classification: Plasma
Product: plasmashell
Version First master
Reported In:
Platform: Debian unstable
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Screen locking
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: 1.0
DESCRIPTION
On the lockscreen, when I hover the cursor over the virtual keyboard, the
password prompt fades out, because the following signal handler is executed:
https://invent.kde.org/plasma/plasma-desktop/-/blob/master/desktoppackage/contents/lockscreen/LockScreenUi.qml?ref_type=heads#L154
This doesn't affect X11, which uses a different virtual keyboard
(QtQuick.VirtualKeyboard).
STEPS TO REPRODUCE
1. Make sure you have selected a virtual keyboard in system settings. (I tested
this with "Plasma Keyboard".)
2. Lock the desktop.
3. Click the "Virtual Keyboard" button. The password prompt will immediately
fade out, because the virtual keyboard is under the cursor. When you move your
cursor outside of the keyboard, the prompt will fade back in.
OBSERVED RESULT
(See above.)
EXPECTED RESULT
Hovering the cursor over the virtual keyboard shouldn't be treated as if the
cursor exited the screen.
SOFTWARE/OS VERSIONS
Operating System: Debian Sid
KDE Plasma Version: (see below)
KDE Frameworks Version: development
Qt Version: 6.10.2
ADDITIONAL INFORMATION
I tested this bug on development Plasma with
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/6726 applied.
Note that normal desktop users won't be able to access the virtual keyboard
until that MR is merged.
--
You are receiving this mail because:
You are watching all bug changes.