You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Stan Angeloff (JIRA)" <ji...@apache.org> on 2013/10/14 18:24:43 UTC

[jira] [Updated] (ODE-1006) ODE.js compatibility with Firefox

     [ https://issues.apache.org/jira/browse/ODE-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stan Angeloff updated ODE-1006:
-------------------------------

    Description: 
I have been trying to use the Management Console of ODE for a while, but always failed to do so because none of the buttons were working. I started looking at the code and it seems really broken (innerHTML with <script> tags, etc.) so I took a stab at trying to make it run under Firefox at least.

The patch is attached below [1]. The console doesn't work in Chrome still, mostly because of services not returning the correct 'Content-Type' of 'text/xml' and thus having no access to '.responseXML' in JavaScript.

[1] https://github.com/StanAngeloff/ode/compare/apache:master...patch-1.diff

  was:
I have been trying to use the Management Console of ODE for a while, but always failed to do so because none of the buttons were working. I started looking at the code and it seems really broken (innerHTML with <script> tags, etc.) so I took a stab at trying to make it run under Firefox at least.

The patch is attached below. The console doesn't work in Chrome still, mostly because of services not returning the correct 'Content-Type' of 'text/xml' and thus having no access to '.responseXML' in JavaScript.


> ODE.js compatibility with Firefox
> ---------------------------------
>
>                 Key: ODE-1006
>                 URL: https://issues.apache.org/jira/browse/ODE-1006
>             Project: ODE
>          Issue Type: Improvement
>          Components: Management Console
>    Affects Versions: 1.3.6
>         Environment: Ubuntu 13.04, Firefox and Chromium from stock repositories.
>            Reporter: Stan Angeloff
>            Priority: Critical
>              Labels: newbie, patch
>
> I have been trying to use the Management Console of ODE for a while, but always failed to do so because none of the buttons were working. I started looking at the code and it seems really broken (innerHTML with <script> tags, etc.) so I took a stab at trying to make it run under Firefox at least.
> The patch is attached below [1]. The console doesn't work in Chrome still, mostly because of services not returning the correct 'Content-Type' of 'text/xml' and thus having no access to '.responseXML' in JavaScript.
> [1] https://github.com/StanAngeloff/ode/compare/apache:master...patch-1.diff



--
This message was sent by Atlassian JIRA
(v6.1#6144)