Zren / material-decoration

Material-ish window decoration theme for KWin, with LIM, based on zzag's original design.
GNU General Public License v2.0
200 stars 17 forks source link

Delay on menu population #21

Open JoeKays opened 4 years ago

JoeKays commented 4 years ago

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?