Version: unspecified (using KDE 4.7.3) OS: Linux On hover, plasma applets normally show a bar on the left or right that let you move, resize, rotate, configure, or remove the widget. The two kget plasma applets, pie chart and bar chart, do not have these bars, making it impossible to resize the widget. Reproducible: Always Steps to Reproduce: 1. Put a kget bar chart or pie chart plasma applet on a desktop containment 2. Hover your mouse over the applet Actual Results: No bar appears Expected Results: A bar appears on the side of the widget closer to your mouse
I can confirm that problem. To me it looks like if (constraints & Plasma::SizeConstraint) { in kgetapplet causes the problem. What do you think Lukas? Maybe (@Lukas) we should try to fix this issue for 4.8 and then abort these plasmoids as they are now and port them to Qt Quick?
Yes, I agree with the porting to QtQuick. About this issue: Not sure if that check is the problem, as it should only get triggered when the applet gets resized, it's not an indicator that it can get resized. (And I just tested this by commenting the lines out, does not change anything.) I looked into it once already, but didn't find the cause of it. (I was focussing on the event handling though...) Lukas
I just fixed this in commit 8e216b2eb4f730393ddde0166a4d49592e003f0e Lukas