Bug 341165 - System Tray can't show more then 8 hidden entries in Plamsa-5.1.1
Summary: System Tray can't show more then 8 hidden entries in Plamsa-5.1.1
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: System Tray (show other bugs)
Version: 5.3.90
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: 1.0
Assignee: Sebastian Kügler
URL:
Keywords:
: 350848 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-11-21 19:58 UTC by kde
Modified: 2015-12-16 07:16 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.5.0
aleixpol: VisualDesign+


Attachments
The problem (106.83 KB, image/png)
2014-11-21 19:59 UTC, kde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kde 2014-11-21 19:58:53 UTC
The dropdown menu with all hidden icons can't show more then 8 entries for me. I will add a screenshot to better visualize the problem.

Reproducible: Always

Steps to Reproduce:
1. Set entries to hidden until you have more than 8


Actual Results:  
The ninth entry is cut a lot and the others besides the first 8 won't show up

Expected Results:  
Either a scrollbar or a resize of the dropdown menu
Comment 1 kde 2014-11-21 19:59:46 UTC
Created attachment 89671 [details]
The problem
Comment 2 kde 2014-11-21 20:01:21 UTC
Actually you can scroll with a mousewheel if the pointer is exactly between two entries, but this isn't very handy
Comment 3 Aleix Pol 2015-01-08 16:20:02 UTC
This looks like an important issue to me. What do we do?
Comment 4 kde 2015-01-08 19:27:12 UTC
I think the problem is, that the window has a fixed size, but having it variable will destroy embedded entries (like the media player or plasma-nm). Also a user might want to see all entries at the same time. Maybe the left area could just expand to the left, so that there is a second coloumn?
Comment 5 naraesk 2015-02-09 09:58:07 UTC
I don't think that a second column would be very handy. It's unexpected. What's the problem with a variable size? That's the normal behaviour for things like this.
Comment 6 kde 2015-08-03 08:28:57 UTC
Is there any status on this bug? At least its possible to scroll the list with the mouse button with dragndrop, but you don't see how many items you have there :/
Comment 7 markuss 2015-08-19 03:58:01 UTC
Still the same in the current Plasma 5.4 pre-release.
Please add a scrollbar like, for example, the NetworkManager widget.
Comment 8 David Edmundson 2015-10-07 14:50:40 UTC
*** Bug 350848 has been marked as a duplicate of this bug. ***
Comment 9 David Edmundson 2015-10-07 14:51:33 UTC
WIP here: https://git.reviewboard.kde.org/r/123382/
Comment 10 kde 2015-10-13 20:42:57 UTC
I left my 2 cents there, and somehow this will lead to ther issues as well
Comment 11 David Rosca 2015-10-26 22:43:07 UTC
Git commit a2a9d41b334db36238232be8e093deeecab03514 by David Rosca.
Committed on 26/10/2015 at 22:39.
Pushed by drosca into branch 'master'.

System Tray: Add ScrollArea to hidden items view

Show vertical scrollbar when hidden items doesn't fit in popup.
FIXED-IN: 5.5.0
REVIEW: 125775

M  +13   -9    applets/systemtray/package/contents/ui/ExpandedRepresentation.qml

http://commits.kde.org/plasma-workspace/a2a9d41b334db36238232be8e093deeecab03514
Comment 12 Sudhir Khanger 2015-12-16 07:16:31 UTC
There is scrollbar but you can't really scroll when hovering over the items. You can scroll when cursor is over the scrollbar. I have tried two-finger and mouse middle button to scroll.