Summary: | When a file transfer notification is opened first garbage is shown | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Christoph Bartoschek <bartoschek> |
Component: | notifications | Assignee: | Rob Scheepmaker <rob> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asraniel, notmart |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christoph Bartoschek
2009-09-10 10:52:56 UTC
You can see the bug in action in the video posted by Aaron Seigo in his blog at 0:44. http://aseigo.blogspot.com/2009/09/dropping-remote-content-and-wallpapers.html this is probably a qt bug and not a plasma bug 2 possible reasons: a)the view that is not focused on the real widget for a while b)xorg video driver bug, and in this case is upstream Another possiblity is that a widget is not correctly filled with a background color. For example I've seen this when a pixmap was not initialized with a color. SVN commit 1062972 by mart: avoid view sync more than every 150 msecs, avoids cpu hogging and displaying garbage BUG:206946 M +6 -1 dialog.cpp M +1 -0 dialog.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1062972 |