Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, 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!

3
Votes

The following exception seems to appear frequently when navigating away from a chart when the tooltip is still active.  It seems to happen at least 1 out of 10 times.

System.NullReferenceException

  HResult=0x80004003

  Message=Object reference not set to an instance of an object.

  Source=Syncfusion.Blazor

  StackTrace:

   at Syncfusion.Blazor.Charts.Chart.Internal.ChartTooltip.RemoveHighlightedMarker(List`1 pData)


To reproduce using attached "counter" page from template, move your mouse around quickly over the chart.  The tooltip should pop up and begin lagging behind mouse.  Quickly click on the "Home" page before the chart tooltip has time to close.  If you do this several times it should give you the error.