You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Matej Knopp (JIRA)" <ji...@apache.org> on 2009/09/10 00:43:57 UTC

[jira] Deleted: (WICKET-2460) CLONE -Flash/ExternalInterface does not work in IE if movie is fetched via Wicket/Ajax

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

Matej Knopp deleted WICKET-2460:
--------------------------------


> CLONE -Flash/ExternalInterface does not work in IE if movie is fetched via Wicket/Ajax
> --------------------------------------------------------------------------------------
>
>                 Key: WICKET-2460
>                 URL: https://issues.apache.org/jira/browse/WICKET-2460
>             Project: Wicket
>          Issue Type: Bug
>         Environment: IE6/7 FlashCS4/AS3
>            Reporter: Matej Knopp
>            Assignee: Matej Knopp
>            Priority: Critical
>
> If Flash movie CS4/AS3 is added with Wicket/Ajax then AS3/ExternalInterface.call
> does not return any value event it calls JavaScript functions, also ExternalInterface.objectID is null.
> Suggestion is that wicket-ajax.js:268 (1.4.1) breaks IE+Flash/ExternalInterface:
>         // place all newly created elements before the old element
>         while(tempParent.childNodes.length > 0) {
>                 var tempElement = tempParent.childNodes[0];
> >>>>>>           tempParent.removeChild(tempElement); <<<<<
>                 parent.insertBefore(tempElement, element);
>                 tempElement = null;
>         }
> This "removeChild" breaks Flash/ExternalInterface in IE. If "removeChild" is removed then everything works fine.

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