modernben / iptracker

Desktop tool to keep track of your IP address and update you when it changes
MIT License
52 stars 6 forks source link

Takes 2 Clicks to Show Popup Menu #9

Open smartinec opened 1 year ago

smartinec commented 1 year ago

Initial click in menu bar only flashes the popup menu. It does display on the second click.

Steps to reproduce the behavior:

  1. Click on the IP displayed in the menu bar
  2. Popup menu displays for a split second and then hides
  3. Click on the IP displayed in the menu bar a second time
  4. Popup menu displays correctly

Desktop:

Additional context Same issue happens when clicking on different menu bar item and then clicking on the IP menu bar item. It appears that it needs some kind of focus before it will stay on screen

modernben commented 1 year ago

Yep, I am seeing the same thing on my side @smartinec. I'm not sure if this is a platform issue or if it's something that I did. The MenuBar registration is pretty straightforward. I'll see if the discord channel has any insights.