Summary: | Plasma pop-up tips and containment of widgets on panel have wrong placement if there's kimpanel added. | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Vladimir Yerilov <openmindead> |
Component: | widget-misc | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asraniel, mactalla.obair, malte.e, openmindead, wengxt |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Fix for BUG 268798, kimpanel's misbehaviour |
Description
Vladimir Yerilov
2011-03-18 02:30:58 UTC
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. |