[
http://jira.jboss.com/jira/browse/RF-3371?page=all ]
Mikhail Vitenkov updated RF-3371:
---------------------------------
Attachment: dataGridCaptionFF.png
dataGridCaptionOpera.png
dataGrid: incorect view under FF & Opera in case using
"caption" facet.
-----------------------------------------------------------------------
Key: RF-3371
URL:
http://jira.jboss.com/jira/browse/RF-3371
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: FF, Opera(3.2.1.CR3)
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Priority: Optional
Attachments: dataGridCaptionFF.png, dataGridCaptionOpera.png
Use following code:
<h:dataTable id="c1" border="1"
value="#{testBean.tables}"
var="table">
<h:column>
<rich:dataGrid id="c2" columns="2"
value="#{table.cells}" var="cell"
....captionClass="test">
<f:facet name="caption">
<h:outputText value="CAPTION"></h:outputText>
</f:facet>
<f:facet name="header">
<f:verbatim>HEADER</f:verbatim>
</f:facet>
<h:outputText value="#{cell.value}"></h:outputText>
<f:facet name="footer">
<f:verbatim>FOOTER</f:verbatim>
</f:facet>
</rich:dataGrid>
</h:column>
</h:dataTable>
Actual behavior:
Different dataGrid component's view under FF & Opera. For more information see
attached mock up.
--
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