I think There is a Problem with the Tab

Hello, Syncfusion Teams.


i think it is a bug in the tab.

This is an error that occurs when performing a specific action.


To put it in words, it is a problem that Content 1 and Content 2 occur on the same page at the same time when Tab is selected and moved quickly (for example, Tab 1 and Tab 2 are selected repeatedly).


Please check the picture below for the development, and if the development cannot be reproduced, we will send you a video. (Please provide your email address for this part)



Attachment: Tab_Error_802c2fe6.zip

1 Reply

SK Satheesh Kumar Balasubramanian Syncfusion Team January 28, 2022 12:23 PM UTC

Hi TaeWook, 
  
We suspect that you are using same animation effect for both previous and next. If you use same animation effect, we suggest you reduce the animation delay time while changing the tab content. 
  
  
Index.cshtml:    
<script type="text/javascript"> 
    function TabAnimationSetting() { 
        var tabObj = document.getElementById('StandardTab').ej2_instances[0]; 
        tabObj.animation.previous.effect = "SlideLeftIn"; 
        tabObj.animation.previous.duration = 100; 
        tabObj.animation.next.effect = "SlideLeftIn"; 
        tabObj.animation.next.duration = 100; 
    } 
</script> 
  
Kindly try the above sample and let us know if this works at your end. If you still face any problem, please share the below details to reproduce the issue which will help us to validate the issue and provide prompt solution as soon as possible. 
  • Replicate the issue in attached sample or share issue replicating sample if possible
  • Share all the tab related code snippets
  
Regards, 
Satheesh Kumar B 


Loader.
Up arrow icon