Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Summary changed from Tabs containing sublist to Tabs: ability to contain sublists
- Resolution set to fixed
- Version set to 1.8.4
- Milestone changed from TBD to 1.9
comment:3 Changed 3 years ago by ph-ausseil
Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists.
Changeset: 03eea0e39dc15b5fc8c811461dd7c08b9e09f660
Note: See
TracTickets for help on using
tickets.


Fixed in 03eea0e.