You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Pedro Busko (JIRA)" <de...@myfaces.apache.org> on 2009/08/25 16:40:59 UTC

[jira] Issue Comment Edited: (TOMAHAWK-1441) JSCookMenu over HTTPS in IE6

    [ https://issues.apache.org/jira/browse/TOMAHAWK-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744159#action_12744159 ] 

Pedro Busko edited comment on TOMAHAWK-1441 at 8/25/09 7:39 AM:
----------------------------------------------------------------

The menu simply does not appear.

My enviroment is Microsoft IIS redirecting the HTTPS(port 443) connections to WebSphere Application Server. No extra configurations in the IIS besides the WAS plug-in.

I don't know if the JSCookMenu component makes some connection that is forced not secure.

I'm using the TOMAHWAK 1.1.9 and did not change de JavaScript implementation.

The generated HTML in the enviroment that works is this:

[CODE]
<tr>
    <td colspan="4" bgcolor="#AEC0EC">
        <script type="text/javascript">
        <!-- var formMenu_j_id_jsp_1692836947_5_menu =
            [[null, 'Menu 1, 'formMenu_j_id_jsp_1692836947_5_menu:A]Menu 1', 'formMenu', null],
[null, 'Menu 2', 'formMenu_j_id_jsp_1692836947_5_menu:A]Menu 2', 'formMenu', null],[null, 'Menu 3', 'formMenu_j_id_jsp_1692836947_5_menu:A]Menu 3', 'formMenu', null]];
//--></script>

<div id="formMenu_j_id_jsp_1692836947_5_menu"></div>
<script type="text/javascript">
    <!--if(window.cmDraw!=undefined) { 
        cmDraw ('formMenu_j_id_jsp_1692836947_5_menu', formMenu_j_id_jsp_1692836947_5_menu, 'hbR', cmThemeOffice, 'ThemeOffice');
    } //-->
</script>
    </td>
</tr>
[/CODE]


The generated HTML in the enviroment that NOT work is this:

[CODE]
<tr>
    <td colspan="4" bgcolor="#AEC0EC">
        <script type="text/javascript">var formMenu_j_id_jsp_823963464_5_menu =
[[null, 'Menu 1', 'formMenu_j_id_jsp_823963464_5_menu:A]Menu 1', 'formMenu', null],
[null, 'Menu 2', 'formMenu_j_id_jsp_823963464_5_menu:A]Manu 2', 'formMenu', null],[null, 'Menu 3', 'formMenu_j_id_jsp_823963464_5_menu:A]Menu 3', 'formMenu', null]];</script>

<div id="formMenu_j_id_jsp_823963464_5_menu"></div>

<script type="text/javascript">	

    if(window.cmDraw!=undefined) { 
        cmDraw ('formMenu_j_id_jsp_823963464_5_menu', formMenu_j_id_jsp_823963464_5_menu, 'hbR', cmThemeOffice, 'ThemeOffice');
    }
</script>

    </td>
</tr>

[/CODE]


Note tha in the case tha work, the scripts are commented.

Thanks.

      was (Author: pedro.busko):
    The menu simply does not appear.

My enviroment is Microsoft IIS redirecting the HTTPS(port 443) connections to WebSphere Application Server. No extra configurations in the IIS besides the WAS plug-in.

I don't know if the JSCookMenu component makes some connection that is forced not secure.

I'm using the TOMAHWAK 1.1.9 nad did not change de JavaScript implementation.


  
> JSCookMenu over HTTPS in IE6
> ----------------------------
>
>                 Key: TOMAHAWK-1441
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1441
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: JS Cook Menu
>    Affects Versions: 1.1.9
>         Environment: IE 6
>            Reporter: Pedro Busko
>            Priority: Blocker
>
> JSCookMenu in Tomahawk 1.1.9 does not work over HTTPS in IE6, even with the 2.0.4 JavaScript implementation of the JSCookMenu . The menu simply does not show.

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