[
http://jira.jboss.com/jira/browse/RF-3016?page=all ]
Mikhail Vitenkov updated RF-3016:
---------------------------------
Description:
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="false">
<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
was:
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
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
Fix For: 3.1.x
Attachments: dataTable3_1_5.png
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="false">
<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