bugs with multiple/fast tab clicks

bugs with multiple/fast tab clicks


Using this example from the doc:
<div id="example">
<ul>
<li><a href="ahah_1.html"><span>Content 1</span></a></li>
<li><a href="ahah_2.html"><span>Content 2</span></a></li>
<li><a href="ahah_3.html"><span>Content 3</span></a></li>
</ul>
</div>
If each of the *.html takes a few seconds to load and, in the
meantime, the user clicks on the other tabs - this causes 'a queuing'
effect where the tabs now gets very confused and the panel are
displaying items from other panels.
I've tried various tricks like 'abort' and cache - but no luck.
Is this a bug? Or additional code is needed?