Bug 155332

Summary: Moving whole desktop when moving icon
Product: [Plasma] plasma4 Reporter: Piotr Brzozowski <zolv>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Piotr Brzozowski 2008-01-09 13:02:33 UTC
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
Comment 1 Christopher Blauvelt 2008-01-09 14:29:28 UTC
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.
Comment 2 Aaron J. Seigo 2008-01-09 22:50:35 UTC

*** This bug has been marked as a duplicate of 155055 ***