Dashboard lockup

I have a problem with the dashboard sometimes locking up when the browser is resized. Its a difficult issue to reproduce but I finally have a test case which I've attached with a video in the root. From the video you can see the CPU usage by Chrome pickup once the lock up occurs. I think the issue is which a piece of javascript I have that changes the number of columns on the dashboard as the browser changes to give it a responsive feel. If I disable this code the locked does not occur.


protected async Task DashBoardCreate()

        {

            await JSRuntime.InvokeAsync<string>("DashBoardResizeHandler", new object[] { DotNetObjectReference.Create<object>(this) });

        }




Attachment: DashboardlayoutTest_6de59c5e.zip

3 Replies

MA Michael Aston August 20, 2021 03:29 PM UTC

Sorry forgot to add that the browser size is important. I reproduced the lockup in chrome with the html body size of 696x1249.330.



SS Sharon Sanchez Selvaraj Syncfusion Team August 23, 2021 12:27 PM UTC

Hi Michael, 
 
Thanks for the details. 
 
Currently, we are validating the issue with the provided sample and the gif attachment. We will update further details within three business days, by August 26th 2021. 
We appreciate your patience. 
 
Regards, 
 
Sharon Sanchez S. 




SS Sharon Sanchez Selvaraj Syncfusion Team August 26, 2021 02:36 PM UTC

Hi Michael, 
 
Thanks for your patience. 
 
We have checked your reported issue with the attached sample. We suspect that, the issue arises specific to your application. We have created a similar sample and modified the column and cellAspectRatio through a button click. We have also checked the same in the Created event of Dashboard Layout. However, the issue does not occur in our sample which is created similar to your use case. Please confirm whether the reported issue occurs in the attached sample as well. It would be very helpful, if you could modify the sample given below to reproduce the mentioned issue to validate in our end and provide a prompt solution. 
 
 
Please get back to us if you need any further assistance. 
 
Regards, 
Sharon Sanchez S. 


Loader.
Up arrow icon