Mouse "hover" on Event (missing)

Hi

is there any reason why "Mouse Hover" is not presented on the Event configurator ?
When using Style, Hover is an option (and it works smooth).

I find that "onMouseOver" trigger my Tag, but when I use "onMouseLeave" \ "onMouseOut" it often does not trigger my Tag back to reset.

So what happens is that the Tag stay with the "mouseOver" even if the mouse did leave.

I find the Style option Mouse Hover to work 100%, but I cant trigger a Tag using style.

any workaround tip?
Thanx for all help.

The onMouseLeave and company are events that require a full gateway round trip. The hover is handled on the front end with no gateway comms necessary. I'm not sure what you are doing, but doing some sort of tag operation via Mouse Events is far from ideal.

2 Likes

Ok, thank you. I understand.

My goal is to hover mouse above values, and the actual room on the floorplan will Light up when mouse over.

There is a floorplan (20x rooms) and a list of temperatures (20x rooms) .
So for the user to see fast each room that is connected to all settings.

I would use something like a toggle switch around each value that will toggle the room highlighting. I believe the mouse enter/exit is not reliable enough to trigger that operation.

1 Like