Version: unspecified (using KDE 4.6.1) OS: Linux When I add kimpanel widget to plasma panel all plasma applets' pop-up tips and containment of widgets (like kickoff menu, power management containment, etc) have wrong placemet on the screen. For example, when I click kickoff menu on the bottom panel, it appears not right up the panel, but on the top of the screen. And it concerns all widgets. Having removed kimpanel widget I saw that the behavior of tips etc had changed to normal (it appeared right after the hovered or clicked applet). Reproducible: Always Steps to Reproduce: Just add kimpanel widget on panel and see what's happening with all plasma pop-up tips, kickoff menu and so on. This bug occurs all plasma themes (Air too).
BTW, I encountered this bug in Kubuntu 10.10 with KDE 4.5.~ (kimpanel + ibus). Now I'm using Gentoo with kimpanel + scim and having this trouble too.
I can confirm this problem. Gentoo, KDE 4.6, kimpanel+scim. Also, when trying to move the kimpanel applet, it goes crazy and jumps left and right of the panel and sometimes even jumps to other panels. Other applets in the same panel will also get hard to handle, but not as hard as the kimpanel one. Btw., the first problem will not occur right away, but after restarting KDE/Plasma. I would make this bug a major, as it basically renders kimpanel useless, because you can't use the Desktop properly anymore, so you have to use a GTK+-alternative.
Hi Guys, Last week I tried Kubuntu Alpha 3. There is the same annoying bug with kimpanel + ibus there.
*** This bug has been confirmed by popular vote. ***
I can confirm this bug on Kubuntu 11.10 running KDE 4.7.1 with kimpanel+ibus. An additional problem that I suspect is another symptom of the same underlying problem is that with kimpanel loaded dragging applications on the pager widget to move windows between virtual desktops no longer functions. Removing kimpanel and the pager behaves correctly again.
Created attachment 64847 [details] Fix for BUG 268798, kimpanel's misbehaviour Attached is a fix for this bug. kimpanel was attaching a qgraphicsview to the qgraphicsscene that encompasses the entire desktop. Now it gets its own scene so the geometry doesn't confuse the popup placements (original symptom reported) and the mouse drag events aren't stolen from other plasmoids (pager symptom). Works For Meβ’ running on Kubuntu 11.10.
http://quickgit.kde.org/?p=kdeplasma-addons.git&a=commit&h=40ac674b5174d7ce8449ddc40b9aa3b54fd80e96 This has pushed to KDE/4.7, can someone help change the status? For KDE/4.8 I also just introduce rewrittened kimpanel, which also don't have this problem.