Bug 165120 - System Tray is not visible, when panel is too small
Summary: System Tray is not visible, when panel is too small
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: widget-systemtray (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
: 171383 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-27 16:27 UTC by Björn Balazs
Modified: 2008-12-09 08:50 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot from SVN snapshot 2008.12.05. showing invisible systray icons (9.10 KB, image/png)
2008-12-09 08:50 UTC, Jani-Matti Hätinen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Björn Balazs 2008-06-27 16:27:07 UTC
Version:            (using KDE 4.0.83)
Installed from:    Ubuntu Packages

When the panel with the Task Manager in it is reduced in size it eventually disappears totally. This is especially confusing if the Panel is small, when the Task Manager is been added to the panel.
Comment 1 Sebastian Sauer 2008-06-28 07:11:09 UTC
confirmed.
Comment 2 Aaron J. Seigo 2008-06-29 02:11:15 UTC
for clarity: reduced in size in which way? length or height? (assuming a horizontal panel)
Comment 3 Björn Balazs 2008-06-29 02:51:40 UTC
Problem is in height.

Length works alright.

Comment 4 Aaron J. Seigo 2008-06-29 02:59:37 UTC
not much we can do about the height issue, really, until we get a new systray spec up on fd.o.
Comment 5 Sebastian Sauer 2008-06-29 15:11:11 UTC
We could;
1) if height()<22 use e.g. 16x16 or
2) systrayapplet->setMinHeight(22);

bot sure if 2) is a good solution but 1) works well and I did test it already :)

But imho it's a feature since it may introduce new problems/bugs if we have such scale-logic in and I rather would prefer to have first the fixed 22x22 working 100% (aka things like bug #164786 done) before starting to integrate such kind of logic. So, may better to don't do there anything till at least 4.1 was released and trunk is open again.
Comment 6 Jason Stubbs 2008-10-11 08:24:32 UTC
*** Bug 171383 has been marked as a duplicate of this bug. ***
Comment 7 Aaron J. Seigo 2008-11-19 04:06:02 UTC
it works ok in trunk; you get massive repainting due to "oh no i'm hidden, oh wait, no i'm not" in the tray icons themselves, but they are visible and you can interact with them even at the smallest size possible.
Comment 8 Jani-Matti Hätinen 2008-12-09 08:50:10 UTC
Created attachment 29169 [details]
Screenshot from SVN snapshot 2008.12.05. showing invisible systray icons

I still get this problem with an SVN snapshot from 2008.12.05.

The attached screenshot shows a systray with invisible icons. Also, there's no way to interact with the icons.