[richfaces-issues] [JBoss JIRA] Work started: (RF-4421) contextMenu: attachTo will be ignored if context menu is outside destination component

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Sep 8 10:43:39 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-4421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on RF-4421 started by Nick Belaevski.

> contextMenu: attachTo will be ignored if context menu is outside destination component
> --------------------------------------------------------------------------------------
>
>                 Key: RF-4421
>                 URL: https://jira.jboss.org/jira/browse/RF-4421
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: Tatyana Romanovich
>            Assignee: Nick Belaevski
>
> 1. Create test-page:
> <h:panelGrid columns="1">
> ....
> <h:outputText id="text3" value="Some text with context menu3" />
> <rich:contextMenu attachTo="text3">
> <rich:menuItem value="b">
> <f:param name="cmdParam" value="b" />
> </rich:menuItem>
> <rich:menuItem value="c">
> <f:param name="cmdParam" value="c" />
> </rich:menuItem>
> </rich:contextMenu>
> ....
> </h:panelGrid>
> Here there is contextMenu component with defined attachTo attribute for other component. I think it's normal. But after running application on the server user gets error that parent component should 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

        



More information about the richfaces-issues mailing list