Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

cinnamon: Panel menu shows up behind the panel when Auto-hide is set #49

Closed
ChoquePumper opened this issue Jun 26, 2023 · 1 comment
Closed

Comments

@ChoquePumper
Copy link

It seems it only affects to the bottom panel.
You can bring the panel menu by right clicking on the panel and it should be above the panel. When Auto-hide panel is set, either auto or intelligent, every time the menu has to update its position it checks internally some "hint" telling whether the panel is hidden or not.

When the panel menu is showed up, the panel has to remain on screen until the menu closes. That's fine. If you move the cursor outside the panel area (to inteact with the menu) the "hint" is set to "hidden". Then if you click on something that opens a submenu, the panel menu will adjust it's position in order to show all the items on screen, but because the "hint" suggests that the panel is "hidden", the panel menu won't take account the current panel position (to be on screen) and the menu items at the bottom will be behind the panel making it impossible to click on them.

Video:

2023-06-20_17-19-26.mp4

If animations are enabled, you can change the "hint" value by moving the cursor back into the panel area right before the animation ends and the menu will be above the panel.

The issue is been there since the version 21 release.

@clefebvre clefebvre changed the title Panel menu shows up behind the panel when Auto-hide is set cinnamon: Panel menu shows up behind the panel when Auto-hide is set Jul 2, 2023
@clefebvre
Copy link
Member

Added to roadmap for the next dev cycle.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants