postaljs / postal.xframe

postal.js add-on providing the ability to federate instances of postal across iframe/window boundaries
Other
36 stars 38 forks source link

Fix IE issues: noPostMessageApply test ; target origin for empty iframes #13

Closed rbtbar closed 9 years ago

rbtbar commented 9 years ago

Improve the hack for testing IE9+ subwindows via /Trident/.

Improve the check about validity of protocol and host name while computing the target origin of an iframe (it fixes a not working parent2iframe communication in IE, while the parent is calling singalReady() and the iframe reports neither a protocol nor host infromation via urlHack) .

ifandelse commented 9 years ago

Many thanks for this!

rbtbar commented 9 years ago

You're welcome!