Workflow onMouseEntered not triggered on published version but works on editor

Hi everyone,
I’m banging my head on this one, probably smthg obvious, but I can’t figure out what’s happening.
I have a tooltip that I want to appear when I mouse over an avatar component. I made that really simple: Avatar component has 2 WFs onMouseEnter and onMouseLeave that toggles a variable true/false.
My tooltip’s display property is bound to this variable.
Works like a charm in the editor, but when published, nothing happens. From what I could debug, the events onMouseEnter / Leave are not fired, which prevents the rest of logic to go on.

I can’t figure out why, I need some fresh ideas to look after :slight_smile:

The mouseEnter WF (custom JS to console.log when published is never triggered)

The display binding on the tooltip div

The tooltip working properly in Editor view mode (mouse is positionned on the avatar)
6e337eb51cfdb185915ab0a9ff50d31d45ead296

The tooltip not working when published (mouse on the avatar)
image

I don’t know what to look at, and I don’t know if I am into an obvious problem or some tricky issue.
Any help appreciated :slight_smile:

Hello, it’s an issue on our side. It should be fixed tomorrow :slight_smile:

Hi Mael,
thanks for the feedback.
as of today, the problem still exists on my side. has the fix been deployed?
is it another issue ?
thx

Did you republish your project? You need to publish to test the fix

Yes it should be fixed. If not, please create a ticket here with the most detail as possible: https://support.weweb.io/

Hi Mael
I finally took time to check on this, and it works, emptying caches probably helped
thanks !