You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "viola.lu (JIRA)" <ji...@apache.org> on 2010/10/20 10:56:24 UTC

[jira] Commented: (GERONIMO-5604) Failed to expand deploy failed information in "Deployer" porlet if fail to deploy an application with Firefox and IE 6.0

    [ https://issues.apache.org/jira/browse/GERONIMO-5604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922893#action_12922893 ] 

viola.lu commented on GERONIMO-5604:
------------------------------------

This issue is cozed by https://issues.apache.org/jira/browse/GERONIMO-5563 patch, which automatically add target=_parent in IE and firefox:
if(link != null && link.indexOf("/console/portal/")==-1){
        
            if (document.all) {    //IE
                elements[i].target="_parent";   
            } else if (document.getElementById) {  //firefox
               elements[i].setAttribute("target", "_parent");
            }      
             
        }    



> Failed to expand deploy failed information in "Deployer" porlet if fail to deploy an application with Firefox and IE 6.0
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5604
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5604
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 3.0
>         Environment: OS: winxp, 
> Firefox 3.5.12, IE 6.0
>            Reporter: viola.lu
>            Assignee: viola.lu
>             Fix For: 3.0
>
>
> 1.Deploy an txt file, it's deployed failed with error message: The application was not deployed.
> 2.Click "+" before the "The application was not deployed.", but it just shows the javascript: show/hide .... at the bottom of browser, no any response, but it works on  google chrome

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