[richfaces-issues] [JBoss JIRA] Created: (RF-9537) Tab: onenter and onleave don't work

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Thu Oct 21 12:45:54 EDT 2010


Tab: onenter and onleave don't work
-----------------------------------

                 Key: RF-9537
                 URL: https://jira.jboss.org/browse/RF-9537
             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.19600
Metamer 4.0.0-SNAPSHOT r.19614
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
Chrome 7.0.517.41
            Reporter: Pavol Pitonak


When tabs are switched in the following tab panel, no alert is displayed:

<rich:tabPanel id="tabPanel">
    <rich:tab id="tab1" onenter="alert('enter')" onleave="alert('leave')">
        content of tab 1
    </rich:tab>
    <rich:tab id="tab2" name="tab2" header="tab2 header">
        content of tab 2
    </rich:tab>
</rich:tabPanel>

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