Found another IE9-related bug: when setting transport=2 (JSONP, cros-
domain situation), IE9 reports "access denied" in apeClientJS.js on
line 109:
doc = iframe.contentDocument

FF and Chrome works okay,

To solve this, I commented out lines 82 and 83 in apeClientJS.js:
        //set document.domain
        //if (config.transport != 2 && config.domain != 'auto')
document.domain = config.domain;
        //if (config.domain == 'auto') document.domain = document.domain;

Anybody knows why it was necessary to do document.domain =
document.domain? Looks like it was the reason of the problem.

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to