Bug 390846 - Scrollbar barely visible in "Add network connection" wizard
Summary: Scrollbar barely visible in "Add network connection" wizard
Status: RESOLVED FIXED
Alias: None
Product: plasma-nm
Classification: Plasma
Component: kcm (show other bugs)
Version: 5.12.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jan Grulich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-21 15:30 UTC by Øystein Steffensen-Alværvik
Modified: 2018-02-23 08:51 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.12.3


Attachments
Compare scrollbar colours (96.15 KB, image/png)
2018-02-21 15:30 UTC, Øystein Steffensen-Alværvik
Details
Looks fine to me (111.47 KB, image/png)
2018-02-22 15:17 UTC, Nate Graham
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Øystein Steffensen-Alværvik 2018-02-21 15:30:06 UTC
Created attachment 110874 [details]
Compare scrollbar colours

In plasma-nm ("Network Connections") the "Add Network Connection" wizard features a scrollbar that is barely visible. I am using the standard Breeze theme.

Neon User 5.12.1
Framework 5.43.0
Qt 5.9.3
Comment 1 Nate Graham 2018-02-22 15:17:58 UTC
Created attachment 110899 [details]
Looks fine to me

Me too, and it looks fine to me. See attached screenshot.
Comment 2 Nate Graham 2018-02-22 15:21:14 UTC
Did you by any chance change any of the colors in System Settings > Colors? If so, does it work if you use the standard Breeze color scheme?
Comment 3 Øystein Steffensen-Alværvik 2018-02-22 16:44:25 UTC
I wasn't using a custom colour scheme, but I found the source: I had Breeze-Dark set as default **desktop** theme, and the rest as the standard Breeze theme. 

Steps to reproduce:
- Go to System Settings→Workspace Theme→Look and Feel
- Set Breeze as default theme
- Go to Workspace theme→Desktop theme
- Set Breeze dark as default desktop theme
- Go to Network→Connections, select "Add Network Connection"
- Scrollbar is very light gray

I reproduced this on a new user account too.
This seems like a minor problem, so I hope I'm not wasting your time here. :/
Comment 4 Nate Graham 2018-02-22 16:46:48 UTC
Assuming setting mismatched themes was not intentional, this is essentially a configuration issue.

If setting mismatched themes was in fact your deliberate goal to accomplish some specific visual effect that otherwise works, please re-open.
Comment 5 Christoph Feck 2018-02-22 19:23:18 UTC
It is perfectly valid to use a dark workspace theme, and a light application theme. If they had to match, they wouldn't be configurable separately.

Using this combination since several years.
Comment 6 Jan Grulich 2018-02-23 08:32:41 UTC
That dialog is using standard Plasma scrollarea component so there is nothing I can do about it. Either create a new bug for this for Breeze plasma theme or reopen it but change it to correct component.
Comment 7 Kai Uwe Broulik 2018-02-23 08:39:25 UTC
Well, you're not really supposed to mix Plasma components and "widget style" components. That dialog should really be using Qt Quick Controls and not Plasma Components.
Comment 8 Jan Grulich 2018-02-23 08:50:50 UTC
Git commit 0267a6a016b396ae6adf38c7c68b19841d5428e6 by Jan Grulich.
Committed on 23/02/2018 at 08:50.
Pushed by grulich into branch 'Plasma/5.12'.

Use ScrollView from QtQuickControls

M  +1    -1    kcm/qml/Dialog.qml

https://commits.kde.org/plasma-nm/0267a6a016b396ae6adf38c7c68b19841d5428e6
Comment 9 Jan Grulich 2018-02-23 08:51:59 UTC
Right, my fault, I didn't realize that. Should be fixed in Plasma 5.12.3.