Skip to main content

Search and Top Navigation

#1846 closed bug (fixed)

Opened October 26, 2007 12:15AM UTC

Closed November 25, 2007 01:40AM UTC

Last modified February 26, 2009 11:14AM UTC

Tabs - Clicking 3 AJAX tabs causes 2 to remain visible

Reported by: hiro Owned by: klaus
Priority: minor Milestone: 1.5
Component: ui.core Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

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?

Attachments (0)
Change History (4)

Changed November 05, 2007 03:40PM UTC by paul comment:1

owner: → klaus

Changed November 25, 2007 01:40AM UTC by klaus comment:2

resolution: → fixed
status: newclosed

r3922

Changed May 24, 2008 03:39AM UTC by comment:3

milestone: 1.2.2

Milestone 1.2.2 deleted

Changed February 26, 2009 11:14AM UTC by paul comment:4

milestone: → 1.5