[richfaces-issues] [JBoss JIRA] Created: (RF-3371) dataGrid: incorect view under FF & Opera in case using "caption" facet.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Thu May 8 08:03:20 EDT 2008


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


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

        



More information about the richfaces-issues mailing list