jsf - Autoplay of carousel stops working when PrimeFaces JS are deferred -
the carousel showing not autoplaying, here code <p:carousel autoplayinterval="4000" effectduration="2000" effect="fade" circular="true" var="var" value="#{mybean.topratedlist}" numvisible="1" responsive="true" >
when switch off combinedresourcehandler
carousel works again fine.
i'm using primefaces 5.3.7 , omnifaces 2.4
in advance
update:
problem vanishes when stop delegating primefaces jquery cdn omnifaces described here - removing web.xml code snippet <context-param> <param-name>org.omnifaces.cdn_resource_handler_urls</param-name> <param-value>primefaces:jquery/jquery.js=http://code.jquery.com/jquery-1.11.4.min.js</param-value> </context-param>
Comments
Post a Comment