contextMenu: if parent component doesn't have manually defined id contextMenu 
won't appear
------------------------------------------------------------------------------------------

                 Key: RF-3946
                 URL: https://jira.jboss.org/jira/browse/RF-3946
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: jsp
test application
Tomcat 6
all browsers
3.2.2.BETA1
            Reporter: Tatyana Romanovich
            Assignee: Nick Belaevski


1. Go to the jsp test application
2. Select contextMenu component
3. Set event="onclick"
4. Try to call context menu for firs tested panel (panel with 
contextMenu(DEFAULT) testing events)
Result: contextMenu doesn't appear
Another Scenario:
1. create tested application with two examples for context menu: firs example: 
parent component has id, second: parent component doesn't have id:
<h:outputText id="text2" value="Some text with context menu2">
                <rich:contextMenu>
                                        <rich:menuItem value="a">
                                                <f:param name="cmdParam" 
value="a" />
                                        </rich:menuItem>
                </rich:contextMenu>
                </h:outputText>
                        <h:outputText value="Some text with context menu3">
                <rich:contextMenu>
                                <rich:menuItem value="b">
                                                <f:param name="cmdParam" 
value="b" />
                                        </rich:menuItem>
                </rich:contextMenu>
                </h:outputText>
2. Run application on the server
3. Try to call context menu for each example
result: context menu doesn't appear for second example (where parent component 
doesn't have id)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to