This question is locked. New answers and comments are not allowed.
Hi
I have a tabsrip with several .LoadFromContent tabs. Most of these contain complicated forms that take some seconds to load...
For example, I load the page and Tab1 starts to load, displaying the loading animation. if before the content is loaded I clic on Tab2, and then again click on Tab1, another loading animation is added, having two of them in the same tab... this process repeats as much times as you click other tab, then click the first tab again while its loading.
I hope I made myself clear...
Cheers
EDIT: Taking a closer look I found it's not only the loading animation, but the LoadFromContent ajax call that is made everytime I click on the tab while its loading... this should be fixed as i could event break server by clicking lots of times on the same tab while its loading... that would make N ajax calls to the server...
I have a tabsrip with several .LoadFromContent tabs. Most of these contain complicated forms that take some seconds to load...
For example, I load the page and Tab1 starts to load, displaying the loading animation. if before the content is loaded I clic on Tab2, and then again click on Tab1, another loading animation is added, having two of them in the same tab... this process repeats as much times as you click other tab, then click the first tab again while its loading.
I hope I made myself clear...
Cheers
EDIT: Taking a closer look I found it's not only the loading animation, but the LoadFromContent ajax call that is made everytime I click on the tab while its loading... this should be fixed as i could event break server by clicking lots of times on the same tab while its loading... that would make N ajax calls to the server...