[GH-ISSUE #455] [Tray] Submenus for tray icons don't open #8580

Closed
opened 2026-05-23 03:52:54 +01:00 by JakeStanger · 1 comment
Owner

Originally created by @chmanie on GitHub (Feb 14, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/455

Describe the bug
When using the NetworkManager nm-applet or the udiskie applet the submenus that are supposed to open when hovering over the main menu item do not open (or at least are not visible).

To Reproduce
Steps to reproduce the behavior:

  1. Use the tray module
  2. Have nm-applet or udiskie running
  3. Click the NetworkManager applet and hover over "Available connections" or "VPN connections" or click the udiskie applet and hover over "Managed devices"
  4. The submenus are not opening

Expected behavior

The submenus should open

System information:

  • Distro: NixOS 23.05 6.7.4-zen1
  • Compositor: Sway 1.8.1
  • Ironbar version: 0.15.0-pre or 0.14.1

Configuration

Share your bar configuration and stylesheet as applicable:

Config
{
  "end": [
    {
      "type": "tray"
    }
  ]
}
Styles No style sheet

Screenshots
issue

Originally created by @chmanie on GitHub (Feb 14, 2024). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/455 **Describe the bug** When using the NetworkManager `nm-applet` or the udiskie applet the submenus that are supposed to open when hovering over the main menu item do not open (or at least are not visible). **To Reproduce** Steps to reproduce the behavior: 1. Use the tray module 2. Have `nm-applet` or udiskie running 3. Click the NetworkManager applet and hover over "Available connections" or "VPN connections" or click the udiskie applet and hover over "Managed devices" 4. The submenus are not opening **Expected behavior** > The submenus should open **System information:** - Distro: NixOS 23.05 6.7.4-zen1 - Compositor: Sway 1.8.1 - Ironbar version: 0.15.0-pre or 0.14.1 **Configuration** > Share your bar configuration and stylesheet as applicable: <details><summary>Config</summary> ```json { "end": [ { "type": "tray" } ] } ``` </details> <details><summary>Styles</summary> No style sheet </details> **Screenshots** ![issue](https://github.com/JakeStanger/ironbar/assets/2174084/2d62c770-dd69-4564-96ab-9cc620d6fe92)
Author
Owner

@JakeStanger commented on GitHub (Feb 25, 2024):

Thanks for reporting. Looks like this was a regression of the recent tray fixes, and should be resolved in #470

<!-- gh-comment-id:1963014262 --> @JakeStanger commented on GitHub (Feb 25, 2024): Thanks for reporting. Looks like this was a regression of the recent tray fixes, and should be resolved in #470
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#8580
No description provided.