Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

The tooltip is not taking place in the fixed position. the cause of the issue is that the hover element is not updated properly. in some case move mouse pointer to the tooltip object in the swimlane, the hover element is set as the object which takes place under the mouse, but the while moving the mouse pointer form that object t to swimlane the hover element is not changed so the tooltip is not disappeared and take place in the wrong place


     please find the code at following sample link and change the constraints as following

(NodeConstraints.Default &~NodeConstraints.InheritTooltip) | NodeConstraints.Tooltip

https://codesandbox.io/s/distracted-surf-ofbqr