Bug 155596

Summary: Add widgets tab stays in task bar after closing window, when removing/adding task manager widget
Product: [Plasma] plasma4 Reporter: Ben Munro <benjamin.munro>
Component: generalAssignee: 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:
Attachments: screenshot of bug in action

Description Ben Munro 2008-01-13 01:58:23 UTC
Version:           subversion revison 760546 (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

1. Remove task manager widget from panel.
2. Right click on desktop and select 'add widget'.
3. Drag the task manager widget to the panel.
4. Close the add widgets window.

The tab for the add widgets window remains on the task bar. The icon changes from the normal widget one to a large X with a circle around it.

The add widget tab also overlaps other tabs, partly or entirely. (see screenshot)
Comment 1 Ben Munro 2008-01-13 02:06:24 UTC
Created attachment 22977 [details]
screenshot of bug in action

Added screenshot of tab overlapping another task tab. You can see the large X
over the top of the firefox icon
Comment 2 Aaron J. Seigo 2008-01-13 09:22:21 UTC
SVN commit 760655 by aseigo:

when setting an animator, we need to associate our children with it.
this probably needs to be done to the other layouts too.
BUG:155596


 M  +12 -0     boxlayout.cpp  
 M  +1 -0      boxlayout.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=760655
Comment 3 Aaron J. Seigo 2008-01-13 09:23:58 UTC
SVN commit 760656 by aseigo:

backport: update the animator to know about our children
CCBUG:155596


 M  +12 -0     boxlayout.cpp  
 M  +1 -0      boxlayout.h  


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