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

2011-05-09 Thread James G (JIRA)

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

James G commented on MYFACES-3131:
--

Thanks for fixing this!!

 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
 Fix For: 2.0.6-SNAPSHOT, 2.1.0-SNAPSHOT


 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 
 tabletableSTUFF/table/table.
 ie6 changes this to tabletbody/tbodytableSTUFF/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


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

2011-05-08 Thread Werner Punz (JIRA)

[ 
https://issues.apache.org/jira/browse/MYFACES-3131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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 
 tabletableSTUFF/table/table.
 ie6 changes this to tabletbody/tbodytableSTUFF/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