[richfaces-issues] [JBoss JIRA] Created: (RF-8912) Extended data table: column header rendered wrong

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Mon Jul 12 04:27:46 EDT 2010


Extended data table: column header rendered wrong
-------------------------------------------------

                 Key: RF-8912
                 URL: https://jira.jboss.org/browse/RF-8912
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-tables
    Affects Versions: 4.0.0.Alpha2
         Environment: RichFaces  v.4.0.0-SNAPSHOT SVN r.17937, OpenJDK Runtime Environment (IcedTea6 1.8), Tomcat 6.0.26
            Reporter: Pavol Pitonak


When column header contains 2 (or more) lines, it is not rendered correctly, see attached picture.

sample code:

<rich:column>
    <f:facet name="header">
        <h:outputText value="vendor" />
        <br/>
        <h:outputText value="vendor" />
    </f:facet>
    <h:outputText value="#{car.vendor}" />
</rich:column>


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

        


More information about the richfaces-issues mailing list