Skip to main content

Search and Top Navigation

#5510 closed bug (fixed)

Opened April 13, 2010 11:34AM UTC

Closed May 17, 2011 03:42PM UTC

Last modified May 17, 2011 05:19PM UTC

'ui.tabs' shows multiple tabs when clicking rapidly

Reported by: pulpulpullie Owned by:
Priority: minor Milestone: 1.8.5
Component: ui.tabs Version: 1.8
Keywords: tabs fx animate Cc:
Blocked by: Blocking:
Description

If a user clicks on a second tab before the animation of the first tab is done, the content of both tabs will be shown.

I've attached a file to demonstrate this issue.

Attachments (1)
  • tabsBug.html (1.1 KB) - added by pulpulpullie April 13, 2010 11:35AM UTC.
Change History (4)

Changed April 13, 2010 02:27PM UTC by dtaylor comment:1

I can second that this occurs. This is how I create my tabs (nothing special), but clicking through them quickly will jumble the content (multiple pages show on one tab).

$('#tabContainer').tabs({
	ajaxOptions: {cache: false},
	cache: true,
	select: function(event, ui) {
		... omitted ...
	},
	selected: index,
		
	load: function(event, ui) {
		... omitted ...
	}
});

Changed May 17, 2011 03:42PM UTC by scottgonzalez comment:2

milestone: TBD1.8.5
resolution: → fixed
status: newclosed

This was fixed in 1.8.5.

Changed May 17, 2011 03:46PM UTC by scottgonzalez comment:3

#5680 is a duplicate of this ticket.

Changed May 17, 2011 05:19PM UTC by scottgonzalez comment:4

#4854 is a duplicate of this ticket.