Hi,
I have implemented a tooltip on nodes and connectors based on a technique provided earlier on these forums.
That works great.
My problem is as follows.
If I drag an existing node across another node the dragEnter event fires and the tooltip will show - not what I want.
I have fixed this by setting a flag when the drag event starts, and resetting it when args.dragState === 'completed'.
So far so good.
This issue arises when I drag a shape (symbol) from the palette and I cross over an existing node - the tooltip will show since the dragEnter event fires.
I seem to have no way to detect that the shape is being dragged from the palette.
Is there such an event?
Is there some other technique I can use?
Thanks in advance for any advice.
Jim
Attachment:
Syncfusion__Tooltip_Challenge__29nov2015_b1690912.zip