oyvindkinsey / easyXDM

A javascript library providing cross-browser, cross-site messaging/method invocation.

Home Page:http://easyxdm.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with FireFox 23.0.1

jfarley777 opened this issue · comments

We've used EasyXDM with great success for many months.

With the latest version of Firefox, EasyXDM fails when creating the IFrame portal to the child URL. The text "false" is rendered instead. Just checking in to see if this is something unique to our implementation or a more broad issue with the new browser version. Chrome, IE and prior versions of Firefox continue to work just fine.

Thanks,
Jim

Turned out to be new behavior in FF that prohibits EasyXDM from rendering an IFrame on a page in an SSL session for a target URL over HTTP. Probably a good thing -- I just didn't know about it.