Bug 462957

Summary: In Wayland when panel is opaque, textboxes are still transparent
Product: [Plasma] plasmashell Reporter: Mohammad K. <mokazemi>
Component: PanelAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: normal CC: niccolo.venerandi
Priority: NOR    
Version First Reported In: 5.26.4   
Target Milestone: 1.0   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: opaque panel and transparent textbox

Description Mohammad K. 2022-12-12 15:19:36 UTC
Created attachment 154538 [details]
opaque panel and transparent textbox

In Wayland sometimes hover textboxes are transparent while the panel is opaque. I don't know if it also happens in X11. 
Screenshot is attached. 

KDE Plasma Version: 5.26.4
KDE Frameworks Version: 5.101.0
Qt Version: 5.15.7
Graphics Platform: Wayland
Comment 1 veggero 2022-12-12 15:51:09 UTC
That option only affects the panel and the applets that are opened by it; nothing else. Since the tooltip is created by widget, e.g. in the example you've shown, there's no consistent way of making sure all tooltips will be opaque as far as I'm aware. If you prefer an always-opaque theme, I'd suggest searching for a plasma theme that's opaque out of the box.
Comment 2 Mohammad K. 2022-12-13 11:38:32 UTC
(In reply to veggero from comment #1)
> That option only affects the panel and the applets that are opened by it;
> nothing else. Since the tooltip is created by widget, e.g. in the example
> you've shown, there's no consistent way of making sure all tooltips will be
> opaque as far as I'm aware. If you prefer an always-opaque theme, I'd
> suggest searching for a plasma theme that's opaque out of the box.

Oh, I got it. Thanks for explaining. 
I think I haven't paid attention to this before.