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 hover listens to mouse events from the editor, and since it is now rooted via overflowWidgetsDomNode outside the editor, it does not receive the editor mouse events anymore.
on another (old) note - I was hoping overflowWidgetsDomNode would solve this: #70 - but the "F1 Command Palette" is still not useable in small editors.
alexdima
changed the title
Hover message hides when trying to move the mouse to it
Hover message hides when trying to move the mouse to it using overflowWidgetsDomNode
Jan 28, 2021
Related issue and probably caused by the same event-handling cause is that pressing F2 to rename a symbol does not work either -- the rename overflow widget appears but immediately disappears again (Chrome 92.0.4515.107)
@alexdima I've seen that you've been refactoring this part a lot during the last weeks. Does it make sense for me to repeat that exact solution from @lengthmin in another PR?
hello
Expectation:
The popover should not disappear when the mouse moves to it
monaco-editor version: 0.21.1
Browser: Chrome
OS: MacOS
Playground code that reproduces the issue:
The text was updated successfully, but these errors were encountered: