Summary: | window decoration disappears before rest of window on close | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | S. Christian Collins <s_chriscollins> |
Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | t.j.k.robertson |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
S. Christian Collins
2009-07-28 16:25:42 UTC
I forgot to mention, I tested this with the Ozone window decoration. A really noticeable example is to go into Firefox and select Help -> About Mozilla Firefox. When closing the window, the effect is really obvious. Reason for that: the decorations are not copied to deleted. Wanted to fix that for quite some time :-( SVN commit 1004096 by graesslin: Copy decoration pixmaps to Deleted. By that we see the decoration also when having a fade out animation. As this is a bigger commit I will wait with backporting to 4.3 for something about two or three weeks and will only backport if nobody yells. BUG: 201780 M +5 -0 client.h M +6 -0 composite.cpp M +39 -0 deleted.cpp M +19 -0 deleted.h M +30 -9 scene_opengl.cpp M +36 -14 scene_xrender.cpp M +2 -2 toplevel.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1004096 *** Bug 203452 has been marked as a duplicate of this bug. *** I don't hear any yelling. Has this been backported yet? It's just annoying enough of a bug to make me turn off the fade plugin. (In reply to comment #5) > I don't hear any yelling. Has this been backported yet? It's just annoying > enough of a bug to make me turn off the fade plugin. hehe, it seems to be fine and tomorrow it will be two weeks so I will backport it together with some other changes and it will be in 4.3.1 SVN commit 1013297 by graesslin: Backport rev 1004096: Copy decoration pixmaps to Deleted. By that we see the decoration also when having a fade out animation. CCBUG: 201780 M +5 -0 client.h M +6 -0 composite.cpp M +39 -0 deleted.cpp M +19 -0 deleted.h M +30 -9 scene_opengl.cpp M +36 -14 scene_xrender.cpp M +2 -2 toplevel.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1013297 |