ZF-10254: jQuery does not show up if jQuery UI is disabled
Description
This bug is kinda related to this issue: http://framework.zend.com/issues/browse/ZF-9980
When you disable jQuery UI the basic library jQuery is also disabled. This is because in ZendX/JQuery/View/Helper/JQuery/Container.php the variable $_enabled is set to false. Reason that jQuery library appears when UI is enabled is in method uiEnable (in the same file), because there is a call to $this->enable().
Comments
Posted by Christoph, René Pardon (renepardon) on 2010-11-01T10:57:39.000+0000
Hi Sandi,
can you show us your implementation?
The Following code seems to work properly: ```
Everything does work as expected. (ZF1.11) You may want to upgrade to the newest version.
Posted by Ramon Henrique Ornelas (ramon) on 2010-11-14T07:37:42.000+0000
Hi [~renepardon]
[~sverde1] is if refered the ZendX_Application_Resource_Jquery.
Posted by Ramon Henrique Ornelas (ramon) on 2010-11-14T09:33:06.000+0000
Attached that have break BC. But no sense if not was enabled Jquery UI, the plugin resource not should have this behavior of enabled Jquery UI per default. Already that in ZendX_Jquery the Jquery UI is disabled per default.
Posted by Sandi Verdev (sverde1) on 2010-11-17T11:30:08.000+0000
Hi,
I checked again in new version of ZF (1.11.0) and it still doesn't work. As Ramon Henrique Ornelas said I am talking about jQuery Resource.
Posted by Joachim (kaufmajo) on 2010-12-14T00:13:18.000+0000
I can confirm that this is not working in Version 1.11.1 too.
Posted by Joachim (kaufmajo) on 2010-12-14T00:17:28.000+0000
sorry, i commented on the wrong issue... please ignore my former comment
Posted by Ramon Henrique Ornelas (ramon) on 2011-02-18T07:08:13.000+0000
Fixed in trunk r23720 merged to branch release 1.11 r23721.