[4.13.0] Event On Mouse Leave doesn't fire when holding the mouse button down

Thanks for adding the bug report.

Apparently, the problem only happens when the input mode is [Game and UI]. When the input mode is [UI Only], it doesn’t bug. This wasn’t put in the bug report, so I’ll post it here.

Also, I’ve found a working hotfix: just place every custom widget in a transparent padding-less button, and then use the button hover events (which do work correctly) for your hover code.