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 comment:1
Changed April 17, 2009 02:43AM UTC by comment:2
priority: | blocker → minor |
---|---|
resolution: | → wontfix |
status: | new → closed |
The proposed solution breaks calling .tabs() on the ul element itself, which will always work with the current code.
pretty quick fix... replace first line of _tabify function with