ZF-6981: Tabcontainer doesn't render correctly with jQuery-UI 1.7.X
Description
According to Tabs example at http://framework.zend.com/manual/en/…
the result HTML is:
The correct HTML must be:
Thanks
According to Tabs example at http://framework.zend.com/manual/en/…
the result HTML is:
The correct HTML must be:
Thanks
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-06-11T03:26:20.000+0000
This is a duplicate and is fixed in trunk and will be fixed in the next 1.8 bugfix release
Posted by Jorge Padron (jpadron) on 2009-06-11T03:31:09.000+0000
Ups, sorry. I forgot to look into "In Progress" tasks.
Thanks.
Posted by Jorge Padron (jpadron) on 2009-06-11T03:34:08.000+0000
Forgot to say that I'm using rev. 15995 from http://framework.zend.com/svn/framework/… and it doesn't work.
Posted by Benjamin Eberlei (beberlei) on 2009-06-11T04:03:07.000+0000
Can you post:
Posted by Jorge Padron (jpadron) on 2009-06-11T04:19:26.000+0000
$view->jQuery()->getUiVersion();
1.7.2, but if I load the 1.7.1 version, the result is the same. I obtain same image as in ZF-5666.
Thanks
Posted by Benjamin Eberlei (beberlei) on 2009-06-11T04:21:14.000+0000
I missplaced the issue sorry, you are right this is not working correctly. I will look into it!
Posted by Jorge Padron (jpadron) on 2009-06-13T10:07:40.000+0000
Please, close this issue.
I was testing today to see if I can help and everything is working now. Css wasn't loading correctly the first time (doubled checked path :S).
Thanks