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
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)
The tooltip not working when published (mouse on the avatar)
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