Skip to main content

Search and Top Navigation

#4455 closed bug (wontfix)

Opened April 10, 2009 11:15PM UTC

Closed April 17, 2009 02:43AM UTC

ui-tabs-disabled added to li inside of the panel

Reported by: ThrushAAX Owned by:
Priority: minor Milestone: 1.6
Component: ui.tabs Version: 1.6rc2.6
Keywords: Cc:
Blocked by: Blocking:
Description

see http://pastebin.me/49dfd2bb2f872

when a list of links exist inside of a tabs panel those <li> with an <a> inside are made into tabs

Attachments (0)
Change History (2)

Changed April 10, 2009 11:27PM UTC by ThrushAAX comment:1

pretty quick fix... replace first line of _tabify function with

this.$lis = $('li:has(a[href])', this.element.children('ul:first'));

Changed April 17, 2009 02:43AM UTC by scottgonzalez comment:2

priority: blockerminor
resolution: → wontfix
status: newclosed

The proposed solution breaks calling .tabs() on the ul element itself, which will always work with the current code.