Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.3
-
Fix Version/s: 1.7.5
-
Component/s: ZendX_JQuery
-
Labels:None
Description
There's a bug in the jQuery UI TabContainer helper that makes the tabs not render correctly.
Screenshot of tabs:

Full Size
The problem is the addition of child element in the javascript function, as shown in the below diff that fixed the problem.
ZendX/JQuery/View/Helper/TabContainer.php
// Diff output 122c122 < $js = sprintf('%s("#%s > ul").tabs(%s);', --- > $js = sprintf('%s("#%s").tabs(%s);',
Screenshot after diff:

Full Size
Issue Links
| This issue is duplicated by: | ||||
| ZF-6981 | Tabcontainer doesn't render correctly with jQuery-UI 1.7.X |
|
|
|
Changed assignment to me.