[richfaces-issues] [JBoss JIRA] Created: (RF-1544) FF status lines blinks after calling menu but firebug is empty

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Dec 6 04:55:51 EST 2007


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

        



More information about the richfaces-issues mailing list