[richfaces-issues] [JBoss JIRA] Commented: (RF-4590) panelMenu does not work in Chrome browser if mode is server

Jonathan Moores (JIRA) jira-events at lists.jboss.org
Thu Dec 18 10:05:54 EST 2008


    [ https://jira.jboss.org/jira/browse/RF-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12443358#action_12443358 ] 

Jonathan Moores commented on RF-4590:
-------------------------------------

I have a similar problem 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>


> panelMenu does not work in Chrome browser if mode is server
> -----------------------------------------------------------
>
>                 Key: RF-4590
>                 URL: https://jira.jboss.org/jira/browse/RF-4590
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: Mike Hanafey
>            Assignee: Tsikhon Kuprevich
>
> A JavaScript error breaks a panelMenu operating in mode="server". The problem appears to be with the prototype.js function up, which does not find the enclosing form when a panelItem is clicked on.
> The demo app works, but it uses the panelMenu in mode="ajax". However, the "View Source" function in the demo does not work, again because of JavaScript errors.

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