Bug 155332 - Moving whole desktop when moving icon
Summary: Moving whole desktop when moving icon
Status: RESOLVED DUPLICATE of bug 155055
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-09 13:02 UTC by Piotr Brzozowski
Modified: 2008-01-09 22:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***