Bug 462957 - In Wayland when panel is opaque, textboxes are still transparent
Summary: In Wayland when panel is opaque, textboxes are still transparent
Status: RESOLVED WORKSFORME
Alias: None
Product: plasmashell
Classification: Plasma
Component: Panel (other bugs)
Version First Reported In: 5.26.4
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-12 15:19 UTC by Mohammad K.
Modified: 2022-12-13 11:38 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
opaque panel and transparent textbox (14.31 KB, image/png)
2022-12-12 15:19 UTC, Mohammad K.
Details

Note You need to log in before you can comment on or make changes to this bug.
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.