Search and Top Navigation
#5893 closed enhancement (fixed)
Opened August 01, 2010 07:48PM UTC
Closed August 12, 2010 03:11AM UTC
Last modified November 19, 2010 06:26PM UTC
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 );
Fixed in 03eea0e.