https://bugs.kde.org/show_bug.cgi?id=450014
Weng Xuetian <wen...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WAITINGFORINFO |--- Status|NEEDSINFO |CONFIRMED Ever confirmed|0 |1 --- Comment #3 from Weng Xuetian <wen...@gmail.com> --- (In reply to Nate Graham from comment #1) > Does it work in other text fields in Plasma, such as the search field for > the Application Launcher or the Networks applet? I already did some initial investigation This is solely a overview effect issue. I'm not exactly sure about wayland case in terms of making it work, because it would be like talk to kwin itself or implement a special QPA. I'd at least assume we can try to make it work under X11. I think the reason behind this is that kwin is using QOffscreenWindow for this effect, and somehow setFocusObject is never triggered to the input method. Thus, input method doesn't know it the text field has focus and just bypass all the key event. -- You are receiving this mail because: You are watching all bug changes.