Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Interactable panel region too high with unfloated panels without native background #127

Open
2 tasks done
Kevadroz opened this issue Dec 16, 2024 · 2 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@Kevadroz
Copy link

I have:

Describe the bug
When I have a window maximized the panel will have a slightly bigger interactable / clickable zone than it should, overriding a tiny part of the window.

To Reproduce

  1. Add a floating panel with the plasmoid. (In my case this happens with a panel on the top of the screen)
  2. Disable the native background. (does not seem to need a custom one)
  3. Apply settings and maximize a window.
  4. Hover the mouse just below the panel. (<~14px on 1440p)
  5. Right click.

Observed Result

The panel right click menu appears and the window does not receive the input.

Expected Result

The window should receive the input and the panel should ignore it.

Screenshots

Captura de pantalla_20241216_181055

System information (please complete the following):

  • Operating System: Arch Linux
  • KDE Plasma Version: 6.2.4
  • KDE Frameworks Version: 6.9.0
  • Qt Version: 6.8.1
  • Graphics Platform: Wayland
  • Things in your system that might be relevant: None

Additional context
In my setup a preset is applied when a window is maximized, and while a window is not maximized this issue does not exist. But I'm not sure that's related.

@Kevadroz Kevadroz added the bug Something isn't working label Dec 16, 2024
@luisbocanegra
Copy link
Owner

Most likely related to #80 and #100

I need to build plasma from source first to check if I can reproduce there, if I do this will most likely need to be fixed upstream, the workarounds I have added to panel-colorizer only work with Blur custom background enabled

@Kevadroz
Copy link
Author

As a workaround I configured the preset that's enabled when a window is maximized to override the panel's floating to disabled (Stock Panel Settings > Floating)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants