[
http://jira.jboss.com/jira/browse/RF-636?page=all ]
Aleksej Yanul closed RF-636.
----------------------------
Tab panel and drop down menu bug
--------------------------------
Key: RF-636
URL:
http://jira.jboss.com/jira/browse/RF-636
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0
Environment: Rich faces 3.1.0 RC2
Reporter: Ilya Shaikovsky
Assigned To: Aleksej Yanul
Fix For: 3.1.0
<ui:define name="body">
<h:form>
<rich:toolBar>
<rich:toolBarGroup>
<rich:dropDownMenu value="Menu">
<rich:menuItem value="go"
action="greeting"></rich:menuItem>
</rich:dropDownMenu>
</rich:toolBarGroup>
</rich:toolBar>
</h:form>
<h:form>
<rich:tabPanel switchType="client" >
<rich:tab label="tab">
<h:outputText value="tab1"></h:outputText>
</rich:tab>
<rich:tab label="tab">
<h:outputText value="tab2"></h:outputText>
</rich:tab>
</rich:tabPanel>
<a4j:log></a4j:log>
</h:form>
</ui:define>
There is an js error on clicking go item.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira