You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerald Müllan (JIRA)" <de...@myfaces.apache.org> on 2007/08/24 16:55:31 UTC

[jira] Created: (TOMAHAWK-1096) Latest JsCook Menu is broken when using Tomahawk

Latest JsCook Menu is broken when using Tomahawk
------------------------------------------------

                 Key: TOMAHAWK-1096
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1096
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: JS Cook Menu
    Affects Versions: 1.1.6
            Reporter: Gerald Müllan
             Fix For: 1.1.7-SNAPSHOT


This issue was introduced due to making the component also trinidad compatible.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TOMAHAWK-1096) Latest JsCook Menu is broken when using Tomahawk

Posted by "Gerald Müllan (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerald Müllan resolved TOMAHAWK-1096.
-------------------------------------

    Resolution: Fixed

Solution; if (submitForm === undefined) is the wrong clause, use  if (typeof submitForm == "undefined") instead.

> Latest JsCook Menu is broken when using Tomahawk
> ------------------------------------------------
>
>                 Key: TOMAHAWK-1096
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1096
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: JS Cook Menu
>    Affects Versions: 1.1.6
>            Reporter: Gerald Müllan
>            Assignee: Gerald Müllan
>             Fix For: 1.1.7-SNAPSHOT
>
>
> This issue was introduced due to making the component also trinidad compatible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.