Ice icon indicating copy to clipboard operation
Ice copied to clipboard

[Bug]: Doing opt click after click does not hide app menus

Open gingerbeardman opened this issue 1 year ago • 3 comments

Check existing issues

  • [X] I have checked existing issues and believe that my issue is not a duplicate

Description

Doing opt click after click (opt-click to show always hidden icons whilst hidden icons are already shown) does not hide app menus

Seems a like a simple state tracking logic problem, should be an easy fix.

Steps to Reproduce

  1. first: click ice icon (hidden icons are shown)
  2. whilst hidden icons are shown: opt-click ice icon (always hidden icons are shown in addition to hidden icons)

Expected

  • app menus should be hidden

Actual

  • app menus are not hidden

Workaround

  • do opt-click in isolation
  • (do not do opt-click after normal click)

Ice Version

  • 0.9.0

macOS Version

  • 14.5.0

Screenshots

https://github.com/jordanbaird/Ice/assets/49612/8aaa07ab-c0f9-4478-b5ab-bb31148f6a19

gingerbeardman avatar Jun 11 '24 13:06 gingerbeardman

still a problem in 0.11.8.1

gingerbeardman avatar Oct 05 '24 16:10 gingerbeardman

Aah, I guess my "fix" introduced some other logic issues that break the feature entirely when the always-hidden section is disabled. Back to the drawing board, I guess.

jordanbaird avatar Oct 09 '24 21:10 jordanbaird

I'm a game developer (latest game released yesterday!) and state management is always a hornets nest.

gingerbeardman avatar Oct 09 '24 22:10 gingerbeardman