Skip to content

fix(macos): ignore leftover Finder click after TrayApp show - #431

Merged
kdroidFilter merged 1 commit into
masterfrom
fix/macos-tray-popup-desktop-click
Aug 28, 2026
Merged

fix(macos): ignore leftover Finder click after TrayApp show#431
kdroidFilter merged 1 commit into
masterfrom
fix/macos-tray-popup-desktop-click

Conversation

@kdroidFilter

Copy link
Copy Markdown
Collaborator

Summary

  • Stamp lastShownAtMs before show() so a leftover Finder mouseDown on the desktop cannot hide the panel immediately (lastShownAtMs used to start at 0, which made minVisibleDurationMs a no-op).
  • Ignore onOutsideClick for minVisibleDurationMs after show instead of delaying the hide (a delayed hide would flash-close).
  • Bump Nucleus to 2.5.5 for the companion Tao standalone-panel fix (stay off Show Desktop, skip status-item / context-menu as outside clicks).

Type

fix

Test plan

  • ./gradlew :tray-app:jvmTest ktlintCheck
  • macOS: only the desktop visible, click the tray icon then the wallpaper — popup fades in place, no Show Desktop slide
  • macOS: right-click the tray icon with the popup visible — context menu opens, popup stays
  • macOS: left-click the tray icon with the popup visible — still toggles closed

Stamp lastShownAtMs before show() so a leftover desktop mouseDown
cannot hide the panel immediately. Bump Nucleus to 2.5.5 for the
companion Tao panel Show Desktop / status-item monitor fix.
@kdroidFilter
kdroidFilter merged commit 92bb898 into master Aug 28, 2026
5 checks passed
@kdroidFilter
kdroidFilter deleted the fix/macos-tray-popup-desktop-click branch August 28, 2026 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant