contextMenu: "event" attribute should be extanded only for component, that 
contain rich:contextMenu.
----------------------------------------------------------------------------------------------------

                 Key: RF-3748
                 URL: http://jira.jboss.com/jira/browse/RF-3748
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: IE, FF, Opera, Safari
            Reporter: Mikhail Vitenkov
         Assigned To: Nick Belaevski


Step 1. Set event="onclick" inside rich:contextMenu tag:
<rich:contextMenu id="contextMenuID" attached="#{contextMenu.attached}" ...>
                                        <f:param name="cmdParam" value="abc" />
                                </rich:menuItem>
                                <rich:menuSeparator />
                                <rich:menuItem icon="/pics/info.gif" 
value="action" reRender="cmInfoID">
                                        <f:param name="cmdParam" value="action" 
/>
                                </rich:menuItem>
...
</rich:contextMenu>
Step 2. Navigate to the page, contained contextMenu.
Step 3. Click on panel that contain tested component. - contextMenu appears.
Step 4. Click on any item of rich:contextMenu.

Actual behavior:
contextMenu disappears & then appears again. 

-- 
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

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

Reply via email to