You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a MenuBar application with the ->onlyShowContextMenu option, the context menu flickers when clicking the icon initially (focusing away from another app for example).
After that the left click works as expected.
How to reproduce the bug
Create a MenuBar application with the ->onlyShowContextMenu() option.
Run the app with php artisan serve.
Left-click the menu bar icon.
Package Version
0.2.0
PHP Version
8.1.17
Laravel Version
10.16.1
Node Version
18.16.0
Which operating systems does with happen with?
macOS
Notes
No response
The text was updated successfully, but these errors were encountered:
I suspect this is a bug with the menubar package we're using. I still need to do more digging
simonhamp
changed the title
[Bug]: MenuBaronlyShowContextMenu flickers on left mouse clickMenuBar::onlyShowContextMenu() flickers on left mouse click
May 8, 2024
What happened?
When creating a
MenuBar
application with the->onlyShowContextMenu
option, the context menu flickers when clicking the icon initially (focusing away from another app for example).After that the left click works as expected.
How to reproduce the bug
MenuBar
application with the->onlyShowContextMenu()
option.php artisan serve
.Package Version
0.2.0
PHP Version
8.1.17
Laravel Version
10.16.1
Node Version
18.16.0
Which operating systems does with happen with?
macOS
Notes
No response
The text was updated successfully, but these errors were encountered: