]
Nick Belaevski updated RF-4076:
-------------------------------
Fix Version/s: Future
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
Affects Versions: 3.2.2
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: Future
<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: