[
https://issues.jboss.org/browse/RF-970?page=com.atlassian.jira.plugin.sys...
]
Corneil du Plessis commented on RF-970:
---------------------------------------
I have code that worked in RF 3.1.x but fails in RF 3.3.Final with
<rich:toolBar id="menuTlBar">
<a4j:repeat id="menuRpt" value="#{sitenav.items}"
var="item" stateVar="status">
<rich:toolBarGroup>
causes exception: The component: menuRpt:0:j_id_jsp_405024795_2pc2 is not a direct child
of UIToolBar
which does not make sense because it is obviously a child of the toolBar.
DDMenu in Toolbar and Opera
---------------------------
Key: RF-970
URL:
https://issues.jboss.org/browse/RF-970
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.1.0
Reporter: Carsten Hoehne
Assignee: Nick Belaevski
Priority: Minor
Fix For: 3.2.0
The dropDown Menu does not work in Opera (9.23) in this constellation:
<ui:component ...>
<rich:toolBar>
<h:form>
<rich:toolBarGroup >
<rich:dropDownMenu value="Collection" >
<rich:menuItem value="List working collection" action="list"
/>
</rich:dropDownMenu>
</rich:toolBarGroup>
</h:form>
<rich:toolBarGroup location="right">
<h:form>[....]
</h:form>
</rich:toolBarGroup>
</rich:toolBar>
</ui:component>
But it works with IE and Firefox.
If the form is put into the toolbargroup, than the menue is functioning in opera. Or if
you put the form around the whole toolbar it works also.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira