plasma-extensions / plasma-widget-runners-field

Allow krunner search field to be placed inside panel as widget (like Cortana search field of Windows 10)
GNU Lesser General Public License v3.0
2 stars 2 forks source link

No keyboard input on plasma < 5.7 #2

Open azubieta opened 8 years ago

azubieta commented 8 years ago

The plasmoid don't get keyboard input when set as a panel plasmoid. This is due an kde-plasma bug, see [https://bugs.kde.org/show_bug.cgi?id=364276] it was already fixed and should be included in the next kde release.

Should we look for a workaround ? Or it is ok if we wait to the next KDE release ?

star-buck commented 8 years ago

Lets wait for 5.7.

azubieta commented 8 years ago

I made an small tweak using a hidden TextInput to replace the one in the panel and it works. But in order to show the the blinking cursor in the panel TextInput we must waith for this issue to be fixed.