[ https://issues.apache.org/jira/browse/MYFACES-3521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245256#comment-13245256 ]
Werner Punz commented on MYFACES-3521: -------------------------------------- <!-- (!window.myfaces) ? window.myfaces = {} : null;(!myfaces.core) ? myfaces.core = {} : null;(!myfaces.core.config) ? myfaces.core.config = {} : null;myfaces.core.config.autoScroll = true; //--> This code is evil, you first reset window.myfaces to {} and by that you eliminate everything already set including the entire ajax impl namespace. Leave the entire autoscroll stuff out, it does not do anything anyway. > javax.faces.ViewState is not updated after ajaxResponse > ------------------------------------------------------- > > Key: MYFACES-3521 > URL: https://issues.apache.org/jira/browse/MYFACES-3521 > Project: MyFaces Core > Issue Type: Bug > Components: JSR-314 > Affects Versions: 2.1.6 > Environment: all > Reporter: wojtask > > click 2x times on link > <h:form> > <script> > var x= new String("a") > </script> > <script> > (1==3)? 'd':'e'; > </script> > <h:commandLink value="link"> > <f:ajax render="@form"/> > </h:commandLink> > </h:form> > I'm not sure that is bug but works in jsf-ri. > In real scenario problem occurs for example if AUTO_SCROLL in contex-param is > set to true and rich:tooltip is used. > Rendered HTML markup: > <script> > <!-- > new RichFaces.ui.Tooltip("j_id_v:j_id_3y",{"ajax":{"incId":"1"} > ,"target":"j_id_v:j_id_3y","offset":[10,10] } ) > //--> > </script> > <script> > <!-- > (!window.myfaces) ? window.myfaces = {} : null;(!myfaces.core) ? myfaces.core > = {} : null;(!myfaces.core.config) ? myfaces.core.config = {} : > null;myfaces.core.config.autoScroll = true; > //--> > </script> > see > https://issues.jboss.org/browse/RF-12130 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira