gonzaarcr / Fildem

Fildem global menu
GNU General Public License v3.0
802 stars 86 forks source link

Menu does not disappear after clicking on anywhere other than the app for which the menu is being displayed. #90

Open DuttaAB-dev opened 3 years ago

DuttaAB-dev commented 3 years ago

Information

What is the current behavior?

If a menu item has been opened, clicking on anywhere other than the app for which the menu is being displayed does not close the menu item.

Steps to reproduce the problem

  1. Open a chromium based browser/electron app.
  2. open a menu item from the global menu.
  3. Click on anywhere outside the current window(The menu remains open)
  4. Click on the app for which the menu is being displayed(The menu closes)

What is the expected behavior?

The menu should get closed if the user clicks anywhere outside of the menu item.

Other notes:-

My guess behind this issue is that this is the defaulf behaviour of the global menus as handled by The Gnome desktop. So, as the extension essentially just relocates the gnome's provided menu for the app to the top bar, this default behaviour is retained.

ashy1227 commented 3 years ago

i am also experiencing this on X11