[richfaces-issues] [JBoss JIRA] Created: (RF-9398) Tab panel: non-valid markup

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Fri Oct 1 11:42:39 EDT 2010


Tab panel: non-valid markup
---------------------------

                 Key: RF-9398
                 URL: https://jira.jboss.org/browse/RF-9398
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-output
    Affects Versions: 4.0.0.Milestone3
         Environment: RichFaces 4.0.0-SNAPSHOT r.19370
Metamer 4.0.0-SNAPSHOT r.19413
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
Java(TM) SE Runtime Environment 1.6.0_21-b06 @ Linux
Chrome 7.0.541.0 @ Linux
            Reporter: Pavol Pitonak
         Attachments: tabPanel.png

The following code creates non-valid markup - there are 4 <br> tags on page which works in Firefox but not in Chrome.

<h:form id="form">
    <rich:tabPanel id="panel" switchType="ajax">
        <rich:tab header="tab1 header">
            content of tab 1
        </rich:tab>
        <rich:tab header="tab2 header">
            content of tab 2
        </rich:tab>
    </rich:tabPanel>
</h:form>

-- 
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