Bug 155596 - Add widgets tab stays in task bar after closing window, when removing/adding task manager widget
Summary: Add widgets tab stays in task bar after closing window, when removing/adding ...
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-13 01:58 UTC by Ben Munro
Modified: 2008-01-13 09:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
screenshot of bug in action (40.59 KB, image/png)
2008-01-13 02:06 UTC, Ben Munro
Details

Note You need to log in before you can comment on or make changes to this bug.
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