[JBoss JIRA] Created: (RF-1635) contextMenu is getting broken if using componentControl inside the menuItem
by Tsikhon Kuprevich (JIRA)
contextMenu is getting broken if using componentControl inside the menuItem
---------------------------------------------------------------------------
Key: RF-1635
URL: http://jira.jboss.com/jira/browse/RF-1635
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: JSF 1.2
tomcat 6.0
FF 2.x
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
Priority: Critical
It's expected that menu desapears when onmouseover action abovee the "b" menuitem occurs.
<div style="border: dotted">div <rich:contextMenu
id="ccContextMenuID" submitMode="ajax" attach="true">
<rich:menuItem icon="/img/header.png" value="tab1">
<f:param name="cmdParam" value="menu" />
</rich:menuItem>
<rich:menuSeparator />
<rich:menuItem icon="/img/info.gif" value="a" reRender="cmInfoID">
<f:param name="cmdParam" value="a" />
</rich:menuItem>
<rich:menuItem icon="/img/info.gif" value="b" reRender="cmInfoID">
<rich:componentControl event="onmouseover" for="ccContextMenuID"
disableDefault="true" operation="hide" />
</rich:menuItem>
<rich:menuItem icon="/img/info.gif" value="c" reRender="cmInfoID">
<f:param name="cmdParam" value="c" />
</rich:menuItem>
</rich:contextMenu></div>
works fine with IE, but in FF it throws JS error messsage for the following code:
]).attachToParent('j_id7','oncontextmenu',{} );Richfaces.disableDefaultHandler('oncontextmenu');
--
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
14 years, 11 months
[JBoss JIRA] Created: (RF-1544) FF status lines blinks after calling menu but firebug is empty
by Ilya Shaikovsky (JIRA)
FF status lines blinks after calling menu but firebug is empty
--------------------------------------------------------------
Key: RF-1544
URL: http://jira.jboss.com/jira/browse/RF-1544
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Ilya Shaikovsky
Assigned To: Maksim Kaszynski
Fix For: 3.2.0
<h:panelGrid columns="1" columnClasses="cent,cent,cent,cent" cellspacing="10px">
<h:outputText value="Perform right-click on the picture to call the menu" style="font-weight:bold"></h:outputText>
<h:panelGroup>
<h:graphicImage value="/richfaces/jQuery/images/pic1.jpg" id="pic"/>
<rich:contextMenu event="oncontextmenu" attached="true">
<rich:menuItem value="Enlarge"></rich:menuItem>
<rich:menuItem value="Open in new window"></rich:menuItem>
<rich:menuGroup value="Save">
<rich:menuItem value="Download image"></rich:menuItem>
<rich:menuItem value="Copy to clipboard"></rich:menuItem>
<rich:menuItem value="Copy image adress"></rich:menuItem>
</rich:menuGroup>
</rich:contextMenu>
</h:panelGroup>
Every time I perform right click over the picture - both statuses (on the browser tab and inside status line) - blinks like request sent, and cursor changes to "busy" for a moment. But no requests in firebug. No icons defined in menu. So menu just created on client side with this effects.
--
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
14 years, 11 months