[
http://jira.jboss.com/jira/browse/RF-1498?page=all ]
Maksim Kaszynski reassigned RF-1498:
------------------------------------
Assignee: Sergey Halipov (was: Maksim Kaszynski)
contextMenu: unexpected element appears
---------------------------------------
Key: RF-1498
URL:
http://jira.jboss.com/jira/browse/RF-1498
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Sergey Halipov
Fix For: 3.2.0
Attachments: after overed.png, before overed.png
Shoul be fixed for 3.1.3 (influence demo site)
<rich:contextMenu attached="false" id="menu">
<rich:menuItem value="Show Details"></rich:menuItem>
<rich:menuGroup value="Actions">
<rich:menuItem value="Put To Basket"></rich:menuItem>
<rich:menuItem value="Read Comments"></rich:menuItem>
<rich:menuItem value="Go to {car}"></rich:menuItem>
</rich:menuGroup>
</rich:contextMenu>
<rich:dataGrid value="#{dataTableScrollerBean.allCars}"
var="car" columns="4" elements="12">
<rich:panel id="panel">
<rich:componentControl attachTo="panel" event="oncontextmenu"
for=":form:menu" operation="doShow">
<f:param value="#{car.model}" name="car"/>
</rich:componentControl>
<f:facet name="header">
<h:outputText value="#{car.make}
#{car.model}"></h:outputText>
</f:facet>
<h:panelGrid columns="2">
<h:outputText value="Price:"
styleClass="label"></h:outputText>
<h:outputText value="#{car.price}" />
</h:panelGrid>
</rich:panel>
<f:facet name="footer">
<rich:datascroller></rich:datascroller>
</f:facet>
</rich:dataGrid>
look to screens after menu activation
--
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