Context menu does not work after its main element is re-rendered with ajax.
---------------------------------------------------------------------------

                 Key: RF-3405
                 URL: http://jira.jboss.com/jira/browse/RF-3405
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: FF, IE
            Reporter: Sergey Halipov


<rich:contextMenu id="m" attached="false" >
                                <rich:menuItem value="TEST" submitMode="ajax"
                                        reRender="xx" >
                                </rich:menuItem>
                        </rich:contextMenu>
                        
                        <h:inputText value="test" id="xx" />
                        <rich:componentControl event="onclick" attachTo="xx" 
for=":f:m"
                                operation="doShow">
                        </rich:componentControl>

Menu does not appear second time after I click on menu 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

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

Reply via email to