You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Werner Punz (JIRA)" <de...@myfaces.apache.org> on 2011/05/08 18:07:03 UTC

[jira] [Commented] (MYFACES-3131) jsf.js:tables not rendering after ajax call in internet explorer 6

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

Werner Punz commented on MYFACES-3131:
--------------------------------------

Ok I will take care of this bug in the next days, in the meanwhile as a short workaround wrap the table into a panelGroup or another element and put this element on render, this should bypass the issue.
This is a nasty bug, thanks for reporting it, I will take care that the bug wont be in the next myfaces release.


> jsf.js:tables not rendering after ajax call in internet explorer 6
> ------------------------------------------------------------------
>
>                 Key: MYFACES-3131
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3131
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.0.5
>         Environment: Tomcat 6 / Myfaces 2.0.5 and Richfaces 4.0.0.Final
> Internet Explorer 6 as client
>            Reporter: James G
>
> objects that start with <table> disappear when they are selected for render during an ajax call.
> I debugged the problem and found it occurs in the _outerHTMLNonCompliant function.  When tagName is "table", _buildTableNodes is called (it really shouldn't be called in this case).
> In _buildTableNodes, dummyPlaceHolder.innerHTML is set to "<table><table>STUFF</table></table>".
> ie6 changes this to "<table><tbody></tbody><table>STUFF</table></table>" so evalNodes is set to the empty tbody and thus the table sent back from the server is lost.

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