AvalonDock icon indicating copy to clipboard operation
AvalonDock copied to clipboard

MouseLeave event sometimes not fired in floating windows

Open zokradonh opened this issue 3 years ago • 0 comments

The MouseLeave event is sometimes not fired if you leave a control that is in a floating window and leave the complete floating window area. If you move the mouse very slow, then it is fired most of the time.

Example Video:

AvalonMouseLeave2

In the first part of the video you can see standard working behavior. In the second part the anchorable is dragged out to be a floating window. The MouseLeave tests fail sometimes and the background stays red despite the mouse being outside of the application.

This also affects the WPF property IsMouseOver.

Example Project: https://github.com/zokradonh/avalonissue

zokradonh avatar Jun 22 '21 10:06 zokradonh