Bug 229741 - desktop grid -- window flickers when clicking
Summary: desktop grid -- window flickers when clicking
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: compositing (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: LO normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-06 22:48 UTC by Roland Leißa
Modified: 2010-03-14 11:58 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 Roland Leißa 2010-03-06 22:48:07 UTC
Version:            (using KDE 4.4.1)
OS:                Linux
Installed from:    Ubuntu Packages

1. Activate the desktop grid effect.
2. Click on a window.

Some of the following glitches often happen dircetly after clicking:
- The window briefly disappears and is then shown again.
- The size of the window is briefly shrinked and then get original size again.
- The window is shortly displaced.

In all cases the window is shown normally again after this short flickering and the effect continues as normal.
Comment 1 Martin Flöser 2010-03-14 11:55:57 UTC
SVN commit 1103103 by graesslin:

Do not paint windows as if it is being moved when only clicking on it in desktop grid.
This prevents that the window flickers on clicking them.
BUG: 229741

 M  +2 -2      desktopgrid.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1103103
Comment 2 Martin Flöser 2010-03-14 11:58:19 UTC
SVN commit 1103104 by graesslin:

Backport rev: 1103103
Do not paint windows as if it is being moved when only clicking on it in desktop grid.
This prevents that the window flickers on clicking them.
CCBUG: 229741


 M  +2 -2      desktopgrid.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1103104