-
-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: quick actions submenu flickers every 5s #491
Comments
This happens for mousing over event details as well FWIW. |
Thanks for the report! |
I need to reopen the issue because the implementation works not in an expected way. It helps to avoid flickering but also adds a very strange delay for menu updates. |
Hey folks, It's not only for Quick actions. It's any submenu. Is it because you fetch and refresh every 5s the app? |
I also seem to experiment this bug, on v. 4.2.2. Refreshes every 5 seconds which makes the menu flicker and hard to select/click on text. |
App version
4.0.6
Installation source
Describe the bug
The quick actions menu flickers every 5s.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The menu should be stable.
Desktop (please complete the following information):
Additional context
Looks like it's due to
updateMenu
nuking the whole menu and rebuilding it from scratch. It doesn't seem to cause any issues for top-level items, but can be annoying for submenus if you get unlucky enough to see the flicker when you're traversing that menu, which is reasonably likely given the high frequency.Since the sub-menu isn't informed by anything updated on a clock, the application could be modified to be more selective and only remove + recreate actual meeting items.
The text was updated successfully, but these errors were encountered: