[object Object]

← back to Ticket System

Activate ticket tile dropdown menus

f595f9d6af95cdaff64836ba451c0105c278aba0 · 2026-09-02 14:37:51 -0700 · Steve Abrams

Files touched

Diff

commit f595f9d6af95cdaff64836ba451c0105c278aba0
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Sep 2 14:37:51 2026 -0700

    Activate ticket tile dropdown menus
---
 desktop-bar/TicketBar.swift | 1 +
 1 file changed, 1 insertion(+)

diff --git a/desktop-bar/TicketBar.swift b/desktop-bar/TicketBar.swift
index 66dde80b..4626a9c9 100644
--- a/desktop-bar/TicketBar.swift
+++ b/desktop-bar/TicketBar.swift
@@ -47,6 +47,7 @@ private final class BarTile: NSView {
   }
   override func mouseUp(with event: NSEvent) {
     guard !dragged, let menu = menuProvider?() else { return }
+    NSApp.activate(ignoringOtherApps: true)
     menu.popUp(positioning: nil, at: NSPoint(x: 4, y: bounds.height - 2), in: self)
   }
 }

← 84f666e5 Route ticket tile clicks to menus  ·  back to Ticket System  ·  Use accessible buttons for ticket tiles dc0248ea →