[richfaces-issues] [JBoss JIRA] Closed: (RF-4076) ContextMenu: when attachTiming="immediate" menu incorrectly works with h:outputText

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Thu Jun 4 12:35:56 EDT 2009


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

Alexander Dubovsky closed RF-4076.
----------------------------------

    Assignee: Nick Belaevski  (was: Alexander Dubovsky)


> ContextMenu: when attachTiming="immediate" menu incorrectly works with h:outputText
> -----------------------------------------------------------------------------------
>
>                 Key: RF-4076
>                 URL: https://jira.jboss.org/jira/browse/RF-4076
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component-menu
>    Affects Versions: 3.2.2
>            Reporter: Nick Belaevski
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: 3.3.2.CR1
>
>          Time Spent: 2 hours
>  Remaining Estimate: 0 minutes
>
> <h:outputText id="text1" value="Some text with context menu1">
>          <cm:contextMenu attachTiming="immediate">
> <mc:menuItem value="a">
> <f:param name="cmdParam" value="a" />
> </mc:menuItem>
>          </cm:contextMenu>
>          </h:outputText>
>          
>          
> <h:outputText id="text2" value="Some text with context menu2">
>          <cm:contextMenu attachTiming="immediate">
>          <mc:menuItem value="b">
> <f:param name="cmdParam" value="b" />
> </mc:menuItem>
>          </cm:contextMenu>
>          </h:outputText> 
> Click first, then second text. Both shows "b" menu item, but the first should show "a"

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