Opened 14 years ago
Closed 14 years ago
#4455 closed bug (wontfix)
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
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
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.
Note: See
TracTickets for help on using
tickets.
pretty quick fix... replace first line of _tabify function with