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
Maybe it is just me, but I find that it is too easy for me to move my mouse off of the popup menus and then it disappears and I have to go back to get it again.
I first noticed this when resetting my Repl. I clicked Reset, move my mouse and the confirmation closed - but I could get it back, by going to the menu,
Then again when just browsing the samples I keep losing the popup...
I have feeling that it is the way I move my mouse, it goes this kind of direction:
Leaving and re-entering the menu.
I think most popups these days have a way of having some sort of grace area around them and only hide after the mouse is off them for a period of time. I'm sure you all know this, but I'm a WinForms developer at the moment, and only know how ContextMenu's work 😃
The text was updated successfully, but these errors were encountered:
This is indeed something we can do. For now, the menus are pure CSS this is why when you leave the area then the menu close because it is no more hovered.
Maybe it is just me, but I find that it is too easy for me to move my mouse off of the popup menus and then it disappears and I have to go back to get it again.
I first noticed this when resetting my Repl. I clicked Reset, move my mouse and the confirmation closed - but I could get it back, by going to the menu,
Then again when just browsing the samples I keep losing the popup...
I have feeling that it is the way I move my mouse, it goes this kind of direction:
Leaving and re-entering the menu.
I think most popups these days have a way of having some sort of grace area around them and only hide after the mouse is off them for a period of time. I'm sure you all know this, but I'm a WinForms developer at the moment, and only know how ContextMenu's work 😃
The text was updated successfully, but these errors were encountered: