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
The menu i.e. file, edit etc gets stuck if you hover your pointer over any item in the sub-menu. for example in vs code if you click on file and hover over new text file then the sub-menu/pop-up menu for edit will not open on mouse pointer hover and so on for each sub-menu item in each menu button.
Also this behavior is encountered unexpectedly when just hovering over the menu buttons without clicking them open.
Steps to reproduce the problem
run fildem in terminal and open an app with menu items and then hover over the menu buttons after clicking any one of them.
What is the expected behavior?
The transition from, lets say, file to edit should not require a click outside the
menu to close the file sub-menu and again a click on the edit button to open the edit sub-menu. Also if pop up menu is open for any one button, lets say, for file then it should transition to edit's sub-menu on mouse pointer hover without the need for closing the file sub-menu first and then clicking on edit button again.
The text was updated successfully, but these errors were encountered:
Information
What is the current behavior?
The menu i.e.
file
,edit
etc gets stuck if you hover your pointer over any item in the sub-menu. for example in vs code if you click onfile
and hover overnew text file
then the sub-menu/pop-up menu foredit
will not open on mouse pointer hover and so on for each sub-menu item in each menu button.Also this behavior is encountered unexpectedly when just hovering over the menu buttons without clicking them open.
Steps to reproduce the problem
run
fildem
in terminal and open an app with menu items and then hover over the menu buttons after clicking any one of them.What is the expected behavior?
The transition from, lets say,
![ScreenShot23-06-22](https://user-images.githubusercontent.com/51544244/175331592-a9b046ac-ca8a-40f6-9139-2e8a3cfa45cf.png)
file
toedit
should not require a click outside themenu to close the file sub-menu and again a click on the edit button to open the
edit
sub-menu. Also if pop up menu is open for any one button, lets say, forfile
then it should transition toedit
's sub-menu on mouse pointer hover without the need for closing thefile
sub-menu first and then clicking onedit
button again.The text was updated successfully, but these errors were encountered: