Cannot control the mouse cursor shape

For some reason my template and group template is ignoring the “cursor” attribute.
I tired to set it as “pointer” and as “cell” and it didn’t change.
When i use a simple template, it works fine.
Which attribute in a template could cause GOJS to ignore the “cursor” attribute ?

Is this just for simple mouse-over behavior, not when dragging? If so, I don’t know why there would be a problem. Unless you set GraphObject.pickable to false, which I’m confident you have not done.

Can you show a small screenshot marked with where it should be showing the cursor and where it should not be? And what is the corresponding template?

miraculously it started working.
Don’t ask me how…
Thanks

Usually, problems go away when one talks about them…