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/09/13 06:25:32 UTC

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

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


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

Posted by "viola.lu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

viola.lu reassigned GERONIMO-5604:
----------------------------------

    Assignee: viola.lu

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


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

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang resolved GERONIMO-5604.
-----------------------------------

    Resolution: Fixed

fixed with trunk@r1025516 22@r1025517,  thanks Viola for pointing out the root cause.

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


[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

Posted by "viola.lu (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "viola.lu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

viola.lu closed GERONIMO-5604.
------------------------------


Verified in Latest build: 2010.10.29-13:11:39.437+0800. Close it.

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