I have 3 tabs that each loads using ajax (via href). The problem i am having is that while a tab is loading - the user can click on another tab (as they should). But the tab panel rendering then gets confused - depending how long the ajax takes or how quickly the tabs are clicked - the results can (and do) come back on a different panel.
Is this a bug or another way around this? I don't want to disable the tab - as it is very reasonable for a user to click on the another tab while one is loading. My current workaround is to avoid the ajax in the tab and make a call via the the 'select'. This works good - but then I lose all the nice features of the loader info on the tab display (and the cache).