[richfaces-issues] [JBoss JIRA] Created: (RF-3016) dataTable: rich:dataTable display wrong under IE, Safari & Opera in case some columns are not rendered inside dataTable.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Wed Apr 9 11:01:18 EDT 2008


dataTable: rich:dataTable display wrong under IE, Safari & Opera in case some columns are not rendered inside dataTable.
------------------------------------------------------------------------------------------------------------------------

                 Key: RF-3016
                 URL: http://jira.jboss.com/jira/browse/RF-3016
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.5
         Environment: IE6, IE7, Safari, Opera
            Reporter: Mikhail Vitenkov
         Assigned To: Nick Belaevski


Step 1. Create rich:column inside rich:dataTable with rendered="false".
Use following code:
<rich:dataTable id="dataTableID" var="dataTableID" value="#{dataTable.mounths}" rowKeyVar="key"...
...<rich:column id="qty" rendered="true">
					<h:outputText value="#{detail.qty}" />
				</rich:column>...
</rich:dataTable>
Step 2. Navigate to page contained tested rich:dataTable component.
Step 3. Verify dataTable common view.

Actual behavior:
dataTable component have quite different view under different browsers. For more information see attached dataTable3_1_5.png


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list