id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
1846,Tabs - Clicking 3 AJAX tabs causes 2 to remain visible,hiro,klaus,"With Tabs, if I add three new AJAX tabs and then very quickly click on all of them in order. The final result is two tabs' contents remaining visible.

My workaround for this is to add the following to my $.tabs() arguments:

load:   function(loaded_tab, loaded_content) {
 var full_tab_id = loaded_tab.href.split('#')[1];

 // Hide all other tabs
 $('.ui-tabs-panel:not(#'+full_tab_id+')').addClass('ui-tabs-hide');
}


It would be neat if this was somehow baked in?",bug,closed,minor,1.2.2,ui,1.2.1,fixed,,,,
