[PR #1280] [MERGED] Fix tray menus inaccessible with autohide #5491

Closed
opened 2026-05-23 00:57:22 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1280
Author: @JakeStanger
Created: 12/17/2025
Status: Merged
Merged: 12/17/2025
Merged by: @JakeStanger

Base: masterHead: fix/tray-autohide


📝 Commits (2)

  • 859c9c2 fix(autohide): not working on vertical bars
  • eb39c9f fix(tray): menus inaccessible when autohide enabled

📊 Changes

5 files changed (+221 additions, -77 deletions)

View changed files

📝 src/bar.rs (+95 -26)
📝 src/modules/custom/mod.rs (+7 -2)
📝 src/modules/mod.rs (+46 -10)
📝 src/modules/tray/interface.rs (+29 -22)
📝 src/modules/tray/mod.rs (+44 -17)

📄 Description

Fixes #1271

This is perhaps the worst code I've ever shipped, but it works for now. Would like to revisit this properly in the near future.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1280 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 12/17/2025 **Status:** ✅ Merged **Merged:** 12/17/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/tray-autohide` --- ### 📝 Commits (2) - [`859c9c2`](https://github.com/JakeStanger/ironbar/commit/859c9c2922ed0809607d8a8f83cfd3bc8a90c9d1) fix(autohide): not working on vertical bars - [`eb39c9f`](https://github.com/JakeStanger/ironbar/commit/eb39c9f049e122339749c02a9e18e302258e0bf1) fix(tray): menus inaccessible when autohide enabled ### 📊 Changes **5 files changed** (+221 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `src/bar.rs` (+95 -26) 📝 `src/modules/custom/mod.rs` (+7 -2) 📝 `src/modules/mod.rs` (+46 -10) 📝 `src/modules/tray/interface.rs` (+29 -22) 📝 `src/modules/tray/mod.rs` (+44 -17) </details> ### 📄 Description Fixes #1271 This is perhaps the worst code I've ever shipped, but it works for now. Would like to revisit this properly in the near future. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 00:57:22 +01:00
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#5491
No description provided.