Bug Tracker

Modify

Ticket #2439 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

UI tabs are getting disordered

Reported by: cherry232 Owned by: klaus
Priority: major Milestone: 1.2.4
Component: ui Version: 1.2.3
Keywords: ui tabs disordered Cc:
Blocking: Blocked by:

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

jquery-tabs-error.jpg Download (13.4 KB) - added by cherry232 5 years ago.
UI-tabs-error occuring when clicking a tab while another tab is still loading

Change History

Changed 5 years ago by cherry232

UI-tabs-error occuring when clicking a tab while another tab is still loading

comment:1 Changed 5 years ago by paul

  • Owner changed from paul to klaus

comment:2 Changed 5 years ago by klaus

  • Status changed from new to closed
  • Resolution set to fixed

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.