Search and Top Navigation
#2439 closed bug (fixed)
Opened March 01, 2008 02:43PM UTC
Closed March 11, 2008 08:05AM UTC
Last modified February 26, 2009 11:58AM UTC
UI tabs are getting disordered
| Reported by: | cherry232 | Owned by: | klaus |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | ui.core | Version: | 1.2.3 |
| Keywords: | ui tabs disordered | Cc: | |
| Blocked by: | Blocking: |
Description
When clicking a tab while another tab is still loading (ajax-way with a file in the href) the new tab gets the title of the tab which is still loading.
this is code from http://stilbuero.de/jquery/tabs_3/ (it results in the error you can see in the attached picture):
<script src="jquery-1.2.3.pack.js" type="text/javascript"></script>
<script src="ui.tabs.pack.js" type="text/javascript"></script>
<script type="text/javascript">
$('#container-8 > ul').tabs();
</script>
<div id="container-8">
<ul>
<li><a href="ahah_1.html" title="Tab one"><span>One</span></a></li>
<li><a href="ahah_2.html" title="Tab two"><span>Two</span></a></li>
<li><a href="ahah_3.html"><span>Three</span></a></li>
</ul>
</div>
Attachments (0)
Change History (4)
Changed March 03, 2008 03:47PM UTC by comment:1
| owner: | paul → klaus |
|---|
Changed March 11, 2008 08:05AM UTC by comment:2
| resolution: | → fixed |
|---|---|
| status: | new → closed |
r4888
Changed May 24, 2008 03:39AM UTC by comment:3
| milestone: | 1.2.4 |
|---|
Milestone 1.2.4 deleted
Changed February 26, 2009 11:58AM UTC by comment:4
| milestone: | → 1.5 |
|---|