[ 
https://issues.apache.org/jira/browse/MYFACES-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005012#comment-13005012
 ] 

Werner Punz commented on MYFACES-3061:
--------------------------------------

Ok before diggin into this, I guess this is a bug which is directly related to 
a chrome bug, the head altering code should not trigger on chrome because it 
does nothing. Chrome also sometimes for instance in my jquery testcase has the 
behavior to render nothing at all (but in that case on mojarra while it works 
on myfaces.)
I will start to investigate this bug now, but I assume we run into some weird 
internal exception here caused by the response and the usual fallbacks I did in 
the scripts for those cases have missed a condition.


> Failure rendering the whole page by ajax due to ui:debug 
> ---------------------------------------------------------
>
>                 Key: MYFACES-3061
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3061
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.0.4
>            Reporter: Nick Belaevski
>            Assignee: Werner Punz
>
> The following code:
> <h:head>
> </h:head>
> <h:body>
>       <h:form>
>               <ui:debug />
>               <h:commandLink value="Ajax">
>                       <f:ajax render="@all" />
>               </h:commandLink>
>       </h:form>
> </h:body>
> Fails to update page correctly in Chrome browser.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to