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
          Components: wicket
    Affects Versions: 1.4.1
         Environment: IE6/7 FlashCS4/AS3
            Reporter: Matej Knopp
            Assignee: Matej Knopp
            Priority: Critical
             Fix For: 1.4.2


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.

Reply via email to