I created a custom widget that is basically just a NamedSlot with the OnMouseEnter and OnMouseLeave events defined in the event graph. This works fine and the events fire correctly when used in my UI.
However, when adding a SpinBox to the custom widget (see screenshot how it looks like), the events do not fire correctly while dragging the spinbox. Basically, everytime the mouse would leave the widget without dragging, the event is fired. But the mouse never moves, as it is always on the slider.
(I am currently using version 4.7.3)