CursorEntered
and CursorLeft
events not getting sent if entered a second window while holding the mouse button down
#3908
Labels
CursorEntered
andCursorLeft
works perfectly only for the window you start the drag and drop gesture. While holding the mouse button the events are not fired in another window.How to reproduce:
Expected Result:
CursorEntered
event is fired as soon as the second window is entered.Actual Result:
CursorEntered
event is fired after the mouse button is released. And a secondCursorLeft
event is fired for the first window.I've tested it only on windows. I'm not sure if it is related to windows or the following fixed bug Issue #3153
The text was updated successfully, but these errors were encountered: