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

MenuItem elements added do not automatically release themselves when dropdown is closed #1121

Open
Armored-Dragon opened this issue Aug 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Armored-Dragon
Copy link
Member

While investigating #588 I discovered that when you click on the "Delete" option from the dropdown edit menu, the delete button will never be released unless you interact with something else.
Screenshot_20240827_145213

This leads me to believe that there is a core issue in the menu bar that does not release any buttons when the dropdown is closed automatically.
As far as I am aware only the Create App suffers from this issue due to how the menu bar is populated and how Create App listens for the "Delete" key being pressed.

I can not confirm this to absolutely be an issue, further testing is required to make sure this is a legitimate bug.

A good place to poke at this is the Create App on line 2142.

@Armored-Dragon Armored-Dragon added the bug Something isn't working label Aug 27, 2024
@JulianGro
Copy link
Member

We do have other weirdness related to the menu bar, maybe it is related? #167
If you are on KDE, could you try setting XDG_CURRENT_DESKTOP=foo as environment variable?

@Armored-Dragon
Copy link
Member Author

We do have other weirdness related to the menu bar, maybe it is related? #167 If you are on KDE, could you try setting XDG_CURRENT_DESKTOP=foo as environment variable?

Setting the environment variable results in the same behavior.

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