You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org> on 2008/03/24 18:35:25 UTC

[jira] Created: (TUSCANY-2131) Javascript-based UI does not work on IE

Javascript-based UI does not work on IE
---------------------------------------

                 Key: TUSCANY-2131
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2131
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Samples
    Affects Versions: Java-SCA-1.2
            Reporter: Jean-Sebastien Delfino
            Assignee: Jean-Sebastien Delfino
             Fix For: Java-SCA-1.2


The various Javascript-based UI in samples and the workspace admin do not work on IE.

That's because they try to init the HTML DOM to early before it's created by IE. A simple fix is to execute that init code in the from the body.onload event.

I'll try to commit fixes for that issue later today.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-2131) Javascript-based UI does not work on IE

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Sebastien Delfino resolved TUSCANY-2131.
---------------------------------------------

    Resolution: Fixed

Fixed in trunk and the 1.2 branch.

> Javascript-based UI does not work on IE
> ---------------------------------------
>
>                 Key: TUSCANY-2131
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2131
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.2
>            Reporter: Jean-Sebastien Delfino
>            Assignee: Jean-Sebastien Delfino
>             Fix For: Java-SCA-1.2
>
>
> The various Javascript-based UI in samples and the workspace admin do not work on IE.
> That's because they try to init the HTML DOM to early before it's created by IE. A simple fix is to execute that init code in the from the body.onload event.
> I'll try to commit fixes for that issue later today.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org