Bug 354543 - Missing scrollbar on hidden system tray items
Summary: Missing scrollbar on hidden system tray items
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: System Tray (show other bugs)
Version: 5.4.2
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-29 09:03 UTC by Kiril Vladimirov
Modified: 2015-10-29 17:13 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.5.0


Attachments
How the system tray drawer for hidden item looks like by default. (44.89 KB, image/png)
2015-10-29 09:05 UTC, Kiril Vladimirov
Details
How the system tray drawer looks like for hidden item looks after pinning and resizing. (60.13 KB, image/png)
2015-10-29 09:06 UTC, Kiril Vladimirov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kiril Vladimirov 2015-10-29 09:03:48 UTC
When I open the drawer for hidden system tray items I'm not seeing all of them, unless I pin and resize with Alt+RightClick the pop-up (see the attached screenshots). The area however is not scrollable with a mouse. On this machine I have a touchscreen and I am able to scroll this area *only* with it.

This makes me almost sure that the issue is due to this bug in Qt: https://bugreports.qt.io/browse/QTBUG-41591. We've suffered from that before and fixed it by no longer hiding scrollbars  automatically after some timeout even when touchscreen is available: https://quickgit.kde.org/?p=plasma-framework.git&a=commit&h=01d7343642543b75f90ee43d4ed347f9fdd7b0e9

However, I still suffer this, because (not sure, correct me if I'm wrong here) there are no initial scrollbars of the system tray pop-up to be hidden in the first place.

Reproducible: Always

Steps to Reproduce:
1.  Make sure you have working touchscreen.
2. Open a lot of applications that have icons in the system area.
3. Click on the up arrow in order to show hidden tray items

Actual Results:  
Observe that not all of the items are visible, there is no scrollbar and there is no way to scroll with the mouse. However it is possible to scroll via the touchscreen or pin and resize the pop-up.

Expected Results:  
Pop-up should be scrollable with a mouse regarding of the availability of a touchscreen. It would be also nice to have a visible scrollbar. I didn't think of trying to scroll with the touchscreen before I found BUG: 347254, while trying to report this one.

At first I thought this is due to the fact that some of the applications in my system tray are using the old deprecated system tray mechanisms. However, as you can see on the screenshots, I am able to reproduce this with pure KF5 applications.
Comment 1 Kiril Vladimirov 2015-10-29 09:05:11 UTC
Created attachment 95204 [details]
How the system tray drawer for hidden item looks like by default.
Comment 2 Kiril Vladimirov 2015-10-29 09:06:27 UTC
Created attachment 95205 [details]
How the system tray drawer looks like for hidden item looks after pinning and resizing.
Comment 3 David Rosca 2015-10-29 17:13:41 UTC
Fixed in 5.5.0 (https://git.reviewboard.kde.org/r/125775/)