material-decoration icon indicating copy to clipboard operation
material-decoration copied to clipboard

Delay on menu population

Open JoeKays opened this issue 5 years ago • 0 comments

Hi,

I tried many of the menus around, global menu and appmenu-applet in the panel included and all of them – including this – have a really annoying delay in the menu creation.

This is especially a problem in Visual Studio Code. When I open the program the first thing I usually do is navigate to the last opened projects. I click File->Recently Opened->MyProject.

With all of the mentioned menus there seems to be a delay in the menu population and clicking on 'Recently Opened' does nothing if you do not wait long enough before clicking on 'File'. If you wait a little longer what can happen is that when clicking on 'Recently Opened' the list of projects shows as a sub-menu, but clicking on one of the items again does nothing.

It seems that the click handlers are bound to their respective menu items too late...

Can anyone confirm this issue?

JoeKays avatar Aug 11 '20 06:08 JoeKays