https://bugs.kde.org/show_bug.cgi?id=392086
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@privat.broulik.de Resolution|--- |UPSTREAM Status|UNCONFIRMED |RESOLVED --- Comment #1 from Kai Uwe Broulik <k...@privat.broulik.de> --- While I can reproduce your issue the bug lies in QMLTermWidget, it never requests focus and as such keyboard events are never delivered to it. I placed a setFocus(true, Qt::MouseFocusReason); call in TerminalDisplay::mousePressEvent() and then the terminal started working just fine. Please report this issue to either the author of the plasmoid or QMLTermWidget. Thanks. -- You are receiving this mail because: You are watching all bug changes.