Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc-4.1.2 i686-pc-linux-gnu-4.1.2 OS: Linux i started kde4 with standard setting with xrender effects. how to get a problem : - open any window at the center on the screen - get any icon from desktop and move it thought the corner of the window with fast moves forward and back some times. what happens : my mouse pointer is moving now the whole desktop !!! i think it is a bug
I noticed this too. It seems to be that the handle loses focus and then reparents the applet to desktop. Once this happens desktop starts moving around as well. I think we should add a signal Applet::movedBy(int x, int y) which AppletHandle will be able to catch and react to. QGraphicsItem::ItemChanged looks like it's for interal use only since it's protected and not a signal.
*** This bug has been marked as a duplicate of 155055 ***