<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged ie11</title>
<link>https://overflow.efficy.io/?qa=tag/ie11</link>
<description>Powered by Question2Answer</description>
<item>
<title>Efficy11: Error on filehelper on unloading Edit window of document, only on IE</title>
<link>https://overflow.efficy.io/?qa=3384/efficy11-error-filehelper-unloading-edit-window-document</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;After installing Efficy 11 (r12921), whenever the edit page of a document or mail is unloaded (click cancel, save, addRelation,..etc) i got &quot;undefined&quot; alert, and i got this only on IE11&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=6669630566300150028&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;on debugger, it shows that &quot;this._helper.largeEdited()&quot; function is not defined, and this the main reason fro error.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=2888023844381572817&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;For the &quot;undefined&quot; alert, apparently it's related to missing label definition in JsonFileHelperModel in MacroLibrary, after adding it in custom, it was ok (i got it from Efficy2014 version)&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;,&quot;lblErrorHelperObject&quot;: &quot;&amp;lt;%GetLabel('There is an error with the file editor. Please try to reload.')%&amp;gt;&quot;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;any one has an idea why i'm getting this? i tested on many environments (clean local installation with no custom and submariners), and always get the same error, i tested on other colleague machine and he doesn't have this error, so apparently something broken on my local machine for IE11 or sidebar maybe?&lt;/p&gt;

&lt;p&gt;Please advise.&lt;br&gt;
Thank you for you help in advance.&lt;br&gt;
Regards.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3384/efficy11-error-filehelper-unloading-edit-window-document</guid>
<pubDate>Fri, 06 Jul 2018 13:12:21 +0000</pubDate>
</item>
<item>
<title>IE 11 recent update and Efficy 2012 Summer</title>
<link>https://overflow.efficy.io/?qa=1113/ie-11-recent-update-and-efficy-2012-summer</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;A mid-December 2015 windows 7 update (KB3104002) has updated IE 11 from the version 11.0.25 to the version 11.0.26, which has an issue with a function used in Motools 1.3.2 (used in Efficy 2012 Summer) and which has 2 known impacts :&lt;br&gt;
-          The slider is not working anymore&lt;br&gt;
-          The dashboard widget cannot be opened anymore (widgets are correctly displayed but cannot be changed)&lt;/p&gt;

&lt;p&gt;There is a fix for the slider (see after) but this fix does NOT solve the dashboard widget issue, but instead crashes IE when we try to change the displayed widgets on the dashboard.&lt;/p&gt;

&lt;p&gt;Therefore, our R&amp;amp;D propose 2 possibilities :&lt;/p&gt;

&lt;p&gt;1/ uninstall the windows update KB3104002&lt;br&gt;
2/ use the fix, and use another browser (or temporary remove the compatibility view) to manage the dashboard widgets.&lt;/p&gt;

&lt;p&gt;Here is the fix to copy-paste in custom.js :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;// START - FIX FOR THE SLIDER OF EFFICY 2012 SUMMER

var formProps = {input: 'checked', option: 'selected', textarea: 'value'};

var cleanClone = function(node, element, keepid){
                if (!keepid) node.setAttributeNode(document.createAttribute('id'));
                if (node.clearAttributes){
                               node.clearAttributes();
                               // node.mergeAttributes(element);
                               node.removeAttribute('uid');
                               if (node.options){
                                               var no = node.options, eo = element.options;
                                               for (var i = no.length; i--;) no[i].selected = eo[i].selected;
                               }
                }

                var prop = formProps[element.tagName.toLowerCase()];
                if (prop &amp;amp;&amp;amp; element[prop]) node[prop] = element[prop];
};

Element.implement('clone', function(contents, keepid){
                contents = contents !== false;
                var clone = this.cloneNode(contents), i;

                if (contents){
                               var ce = clone.getElementsByTagName('*'), te = this.getElementsByTagName('*');
                               for (i = ce.length; i--;) cleanClone(ce[i], te[i], keepid);
                }

                cleanClone(clone, this, keepid);

                if (Browser.ie){
                               var co = clone.getElementsByTagName('object'), to = this.getElementsByTagName('object');
                               for (i = co.length; i--;) co[i].outerHTML = to[i].outerHTML;
                }
                return document.id(clone);
});

// END - FIX FOR THE SLIDER OF EFFICY 2012 SUMMER
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Geoffrey&lt;/p&gt;
</description>
<category>Minor bug fixes</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1113/ie-11-recent-update-and-efficy-2012-summer</guid>
<pubDate>Wed, 06 Jan 2016 10:02:53 +0000</pubDate>
</item>
<item>
<title>Error message - Edit Context no longer valid</title>
<link>https://overflow.efficy.io/?qa=1085/error-message-edit-context-no-longer-valid</link>
<description>&lt;p&gt;when you are using Efficy and you get the error message &quot;Edit Context no longer valid&quot;&lt;/p&gt;
</description>
<category>Errors</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1085/error-message-edit-context-no-longer-valid</guid>
<pubDate>Thu, 31 Dec 2015 15:30:35 +0000</pubDate>
</item>
<item>
<title>How to configure Internet Explorer 11 for Efficy</title>
<link>https://overflow.efficy.io/?qa=1059/how-to-configure-internet-explorer-11-for-efficy</link>
<description>&lt;p&gt;How to configure Internet Explorer 11 for Efficy ? &lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1059/how-to-configure-internet-explorer-11-for-efficy</guid>
<pubDate>Wed, 30 Dec 2015 11:26:16 +0000</pubDate>
</item>
</channel>
</rss>