SUMMARY On a touch screen with virtual keyboard (maliit) configured, the virtual keyboard doesn't open when selecting the search field in the overview effect. STEPS TO REPRODUCE 1. open overview 2. click search field OBSERVED RESULT virtual keyboard does not open EXPECTED RESULT virtual keyboard opens SOFTWARE/OS VERSIONS Linux: Manjaro KDE Plasma Version: 5.25.4 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5
Are you using X11 or Wayland?
Wayland
Thanks, can reproduce.
Is this on a MS Surface device? Or some other device?
I can reproduce it on my Lenovo ThinkPad X1 Yoga while in touch mode. The virtual keyboard appears correctly for other text fields, so there's something wrong with the WindowHeap-based effects here.
To narrow down the issue: if you search for something (eg. using the physical keyboard) so that KRunner is shown (to open a new app) and then click on the search field, is the virtual keyboard shown?
That works for me.
In that case, the issue is that WindowHeap catches the "onTapped" key event of the searchfield resulting in it not being handled at all.