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

Werner Punz edited comment on MYFACES-2763 at 6/20/10 10:44 AM:
----------------------------------------------------------------

Ok the issue is our outerhtml routine, specifically
        
    parentNode = item.parentNode;
     item.parentNode.replaceChild(evalNode, item);

problem here is we have multiple items (due to a body replacement, which 
defaults into subitem replacements), I am not sure if this causes the white 
screen
but everything points towards it.

Since it is sunday today I will fix that later tonight, once I have time.

Werner


      was (Author: werpu):
    Ok the issue is our outerhtml routine, specifically
        
    parentNode = item.parentNode;
     item.parentNode.replaceChild(evalNode, item);

problem here is we have multiple items, I am not sure if this causes the white 
screen
but everything points towards it.

  
> Example from MyFaces 2762 causes a white result page in ie6 and ie7 quirks 
> mode
> -------------------------------------------------------------------------------
>
>                 Key: MYFACES-2763
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2763
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.0.1-SNAPSHOT
>         Environment: Javascript
>            Reporter: Werner Punz
>            Priority: Blocker
>
> See headline

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to