Hello,
I'm have issue when implementing another javascript libs that use
their own iframe.
These libs are two jquery plugins : "ajaxUpload" and the jquery
version of "tinyMCE"
When using both meteor and ajaxUpload, the plugin can't get the
properties or the content of it's iframe :
Permission denied to get property HTMLDocument.readyState or
Permission denied to get property HTMLDocument.body.
I mean I can uploaded a file successfully but response from the server
will never be 'grab' by the lib because of this error.
The same issue occurs while using tinyMCE. if i create a new link from
the editor, then tinyMCE create and open an iframe and i get this
error : Permission denied to get property HTMLDocument.window.tinyMCE.
If i remove meteor, this plugins works well, while *Meteor works well
in all case* :)
It may be due to a crosscripting restriction, i don't know what to
do, as as said Meteor works well. All my js script are on the same
domain ( the libs are at
http://mydomin.net and Meteor.js are at
http://data.meteor.js).
Hope i was clear enough -_-'.
thanks by advance for any response or advice :)
riccco