hi,i have installed the new SR 13.2.2157when trying to open the dialog from iframe in order to view external pages, like in your sample in
http://www.igniteui.com/dialog-window/loading-external-page
i get an error. If i replace the iframe with a div it all works fine. here is my code :
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <!--<link href="../css/normalize.min.css" rel="stylesheet" />--> <link href="../css/JQueryUI/cupertino/jquery-ui-1.10.4.custom.min.css" rel="stylesheet" /></head><body> <!--<div id="dlg"></div>--> <iframe id="dlg" src="http://ko.infragistics.com" frameborder="0"></iframe> <script src="../Scripts/lib/jquery-2.0.3.min.js"></script> <script src="../Scripts/lib/jquery-ui-1.10.4.custom.min.js"></script> <script src="../Scripts/lib/modernizr-2.7.1.min.js"></script> <script src="../Scripts/lib/IG/infragistics.loader.js"></script> <script> $.ig.loader({ scriptPath: '../Scripts/lib/IG/', cssPath: '../css/IG/', resources: 'igDialog', theme: "" });
$.ig.loader(function () { $("#dlg").igDialog({ height: 200, width: 400, headerText: "http://ko.infragistics.com", showMinimizeButton: true, showMaximizeButton: true, showPinButton: true }); }); </script></body></html>
i get an error from chrome dev tools :
when i use version 13.2.2055 - it all works fineThanks in advance
Hello amos_silberman ,
Thank you for posting in our forum.
I’ve tested and confirmed that this is a newly introduced issue. I’ve logged it as a development issue with number : 168186.
I’ve opened a private case for you with number : CAS-133885-P6G0L2 so that you may track the development issue’s progress.
I’ll update you with any new information after the review via the case.
You can view the status of the development issue connected to that case by selecting the "Development Issues" tab when viewing this case on the web site.
Please let me know if you need more information.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://ko.infragistics.com/support
Thank you for the quick response.