| Issue 308: | Loading iframe content failes over https. | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. Launch https iframe content via nyroModalManual
What is the expected output? What do you see instead?
Expected output is the content loading without js errors.
What version of the product are you using? On what operating system?
v1.5.0 on WinXP/2003
Please provide any additional information below.
After hours of troubleshooting code deployment from http to https
environment, found issue with line 842 evaluating a RegExp on "^http://
This causes the currentSettings.type to return undefined when working over
https SSL. Was able to fix via following statement:
var reg1 = new RegExp("^http://|https:// "g");
Aug 14, 2009
The version 1.5.2 just released should fix this issue.
Status:
Fixed
|
Labels: Type-Defect