Bug 157430

Summary: Taskbar thumbnails are shown before being moved
Product: [Plasma] plasma4 Reporter: Mike <mike>
Component: widget-taskbarAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Mike 2008-02-08 15:57:35 UTC
Version:            (using Devel)
Installed from:    Compiled sources
OS:                Linux

Taskbar thumbnails appear before they are moved which causes an ugly flashing effect.

To reproduce:

Show a thumbnail on the far left of the panel, then hide it by moving onto the desktop.

Then show a thumbnail on the far right of the taskbar, you will see the original thumbnail appear then disappear.
Comment 1 Marco Martin 2008-02-11 13:38:39 UTC
the problem is in the function void ToolTip::showToolTip() that moves the tooltip after being shown, the problem is if you move the tooltip before it's shown it causes graphical artifacts with composite turned off (and maybe misplacements?) 
Comment 2 Marco Martin 2008-02-11 19:02:55 UTC
fixed in revision 773744