[richfaces-issues] [JBoss JIRA] (RF-12549) Tab panel: order of client-side events changed

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Mon Oct 22 10:10:01 EDT 2012


Pavol Pitonak created RF-12549:
----------------------------------

             Summary: Tab panel: order of client-side events changed
                 Key: RF-12549
                 URL: https://issues.jboss.org/browse/RF-12549
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-menu
    Affects Versions: 4.3.0.M2
            Reporter: Pavol Pitonak


# deploy Metamer and open http://localhost:8080/metamer/faces/components/richPanelMenuGroup/simple.xhtml
# set event handlers for beforeselect, beforeswitch, beforecollapse, begin, beforedomupdate, complete, select, collapse, switch
# collapse the second group

result:
* event handlers were invoked in different order
* expected (4.3.0.M1): beforeselect, beforeswitch, beforecollapse, begin, beforedomupdate, select, collapse, switch, complete
* was (4.3.0.M2): beforeselect, beforeswitch, beforecollapse, begin, beforedomupdate, complete, select, collapse, switch

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list