#5893 closed enhancement (fixed)
Tabs: ability to contain sublists
Reported by: | ph.ausseil | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.5 |
Component: | ui.tabs | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If there are a sublist in "this.list" (for exemple a jQuery 1.9m2 menu that alow to edit a tab), this.lis could contain unwanted data.
A lot css incompatibility happen when using menu, buttons or links in tabmenu.
This would fix it on ui.tabs.js line 106.
this.lis = $( " > li:has(a[href])", this.list );
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | TBD → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | Tabs containing sublist → Tabs: ability to contain sublists |
Version: | → 1.8.4 |
comment:2 Changed 12 years ago by
Milestone: | 1.9 → 1.8.5 |
---|
comment:3 Changed 12 years ago by
Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists.
Changeset: 03eea0e39dc15b5fc8c811461dd7c08b9e09f660
Note: See
TracTickets for help on using
tickets.
Fixed in 03eea0e.