Author: nbelaevski
Date: 2011-02-04 12:59:50 -0500 (Fri, 04 Feb 2011)
New Revision: 21463
Modified:
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/panelMenuGroup.js
Log:
https://issues.jboss.org/browse/RF-10320
Modified:
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/panelMenuGroup.js
===================================================================
---
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/panelMenuGroup.js 2011-02-04
17:57:55 UTC (rev 21462)
+++
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/panelMenuGroup.js 2011-02-04
17:59:50 UTC (rev 21463)
@@ -198,6 +198,8 @@
this.__addUserEventHandler("collapse");
this.__addUserEventHandler("beforeexpand");
this.__addUserEventHandler("expand");
+ this.__addUserEventHandler("beforeswitch");
+ this.__addUserEventHandler("switch");
}
},