-
Notifications
You must be signed in to change notification settings - Fork 62
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
Tray has weird click behaviour #613
Comments
This behaviour should be down to GTK, as the tray uses actual menu widgets instead of a separate window like the other popups. I'll see if I can work around the strange behaviour though |
Finally getting round to clearing through the backlog. I'm not actually able to replicate this one, although I'm also not sure I can do anything about it from googling (I give GTK a sub-menu for the menu widget, it does the rest). Are you able to demo the issue at all? |
What I also notice that clicking on one of the tray menu options with two different mouse buttons won't do anyting Example: What works is: |
I'd happily demo it if I was able to install again
|
After messing around with the my toolchain and doing cargo build on the latest commit it built so I'll try in a bit |
Can't reproduce on hyprland, On hyprland after closing a built in module however the bar goes out of focus.. so you can click the bar again until you move 1px, really weird |
I'm clicking on both items as fast as I can, works perfectly on the calendar module |
And hyprland as I previously mentioned has perfect tray clicking, but the bar becomes unfocused |
I can confirm I can replicate this, works as intended on Hyprland but not on Sway. Annoyingly on Waybar (via I can see what's happening - the popup menu is stealing focus, so you have to click back on Ironbar to regain its focus. I've no idea how to tackle that yet though. |
I'd be interested to know with #779 implemented whether this still occurs, as I've just switched to |
Still occurs yes |
Got it. Ended up pretty much translating Waybar but seems the intended GTK menu widgets cause this, whereas bodging it with a generic |
Describe the bug
Double clicking on tray icons does not close the tray popup again.
Triple clicking does but only if enough time passed.
Quadrupple clicking seems to always close it again x), or I'm too slow.
The other modules don't show this behavior and their popups go away on the second click as expected. (e.g. sound, time/calendar, notifications)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Menu closes on second click.
System information:
Configuration
Config
Styles
The text was updated successfully, but these errors were encountered: