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

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

Ok after testing this on chrome and webkit, I come to the conclusion this is a 
general bug in the webkit xml parsing engine, which seems to swallow part of 
the xhtml page when parsed. I will switch over to the regexp filters for all 
webkit versions. The issue with the regexp filters is that <!-- <head> --> <!-- 
<body> -->  or  is a no go if you do a render all or render body.


> 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