SfSplitter Component not disposing child components correctly

The SfSplitter is not disposing of components in the proper order.  It can dispose raw html, but not child components.


<SfSplitter Height="1000px" Width="100%" Orientation="Syncfusion.Blazor.Layouts.Orientation.Horizontal" SeparatorSize="4">

    <SplitterPanes>

        <SplitterPane Size="20%" Min="200px" Collapsible="false">

            <ContentTemplate>

                <ResourceScheduleQueueTemplate ScheduleContext="@ScheduleContext"></ResourceScheduleQueueTemplate>

            </ContentTemplate>


        </SplitterPane>

        <SplitterPane Size="80%" Min="200px">

            <ContentTemplate>

                <ResourceScheduleComponent GetScheduleEventsQuery="@GetScheduleEventsQuery" ScheduleContext="@ScheduleContext"></ResourceScheduleComponent>

            </ContentTemplate>

        </SplitterPane>

    </SplitterPanes>

</SfSplitter>


which results in undescriptive errors lik




1 Reply

BS Buvana Sathasivam Syncfusion Team June 8, 2022 01:29 PM UTC

Hi Thomas,


Greetings from Syncfusion support.


We have checked your reported problem. But, we were unable to reproduce your reported issue. We have checked for memory leaks when navigating from one page to another page. Please find the below video and sample for your reference.


Video: https://www.syncfusion.com/downloads/support/directtrac/general/ze/V_682022_1310541791369182


Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/SfSplitter-1501849026


Can you please share the below information?

  • Share the video to better understand your issue.
  • Share the runnable sample or modify the above sample to reflect your issue.
  • Please share the replication procedure steps to reproduce your issue at our end.


Regards,

Buvana S


Loader.
Up arrow icon