[solved] Mouseenter only called when I click or move into window

trying to understand this behavior.

I have a nested component and the mousenter gets called when I drag onto the window and when I click but not when I move between components

hmmm, yeah putting some debugs in the juce_component.cpp mouseenters there seems to be some bug in the code base I am using because this does not occur on my other repo… welp

oh sweet there’s a JUCE_DUMP_MOUSE_EVENTS

ope, there seems to have been a bug in juce 8.0.4. updating to juce 8.0.6 and now I get my mouseEnter as expected. Hope this post saves someone else!