[richfaces-issues] [JBoss JIRA] Closed: (RF-3946) contextMenu: if parent component doesn't have manually defined id contextMenu won't appear

Tatyana Romanovich (JIRA) jira-events at lists.jboss.org
Wed Jul 30 10:34:26 EDT 2008


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

Tatyana Romanovich closed RF-3946.
----------------------------------



Verified in the RF-3.2.2.BETA3

> 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: Tatyana Romanovich
>             Fix For: 3.2.2
>
>
> 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

        



More information about the richfaces-issues mailing list