[richfaces-issues] [JBoss JIRA] Created: (RF-5438) rich:panelMenu does not work in chrome

Jonathan Moores (JIRA) jira-events at lists.jboss.org
Fri Dec 19 03:40:54 EST 2008


rich:panelMenu does not work in chrome
--------------------------------------

                 Key: RF-5438
                 URL: https://jira.jboss.org/jira/browse/RF-5438
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: Chrome, Windows x64 Vista, Tomcat 6, JSF 1.2_10, RF 3.3.0 BETA 4
            Reporter: Jonathan Moores



I have a similar problem to RF-4509 using 3.3.0 BETA 4. 

Chrome does not do anything regardless of the mode=server|client|ajax or immediate=true|false 

Should I create a new issue or piggy back off this? 

Here is the code: 

<h:form id="menuForm" > 
    <rich:panelMenu id="mainMenuPanel" mode="ajax" itemClass="itemClass" width="200px" immediate="true"> 
        <rich:panelMenuItem label="Home" action="#{sessionBean.Homepage}" styleClass="itemClass"> 
        </rich:panelMenuItem> 
        <rich:panelMenuItem label="Projects" action="#{sessionBean.Projects}" styleClass="itemClass"> 
        </rich:panelMenuItem> 
        <rich:panelMenuItem label="Services" action="#{sessionBean.Services}" styleClass="itemClass"> 
        </rich:panelMenuItem> 
        <rich:panelMenuItem label="Profiles" action="#{sessionBean.Profiles}" styleClass="itemClass"> 
        </rich:panelMenuItem> 
        <rich:panelMenuItem label="Contact" action="#{sessionBean.Contact}" styleClass="itemClass"> 
        </rich:panelMenuItem> 
        <rich:panelMenuItem styleClass="itemClass"> 
            <a href="http://www.mooresolutions.nl/intranet" target="intranet">Intranet</a> 
        </rich:panelMenuItem> 

    </rich:panelMenu> 
</h:form> 

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