<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Make Share compatible with IE 10 Enterprise 4.2 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/make-share-compatible-with-ie-10-enterprise-4-2/m-p/294271#M247401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Afaust,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our environment has IE 11 and IE=Edge is making it run using IE11 which is causing display issues for Share. We want to hardcode IE=10 to resolve display issues. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please also give me some tip on how to proceed with this issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/edit-online-my-files-section-enterprise-42" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/edit-online-my-files-section-enterprise-42&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jan 2014 19:25:00 GMT</pubDate>
    <dc:creator>ayubalfresco</dc:creator>
    <dc:date>2014-01-23T19:25:00Z</dc:date>
    <item>
      <title>Make Share compatible with IE 10 Enterprise 4.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/make-share-compatible-with-ie-10-enterprise-4-2/m-p/294269#M247399</link>
      <description>The alfresco-template.ftl file has the compatiblility set to as shown below: &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=Edge" /&amp;gt;‍‍‍I want to hardcode to IE=10, I tried to override this file using extension. However it did not work.I also tried to override header.get.ftl file by including t</description>
      <pubDate>Thu, 23 Jan 2014 14:17:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/make-share-compatible-with-ie-10-enterprise-4-2/m-p/294269#M247399</guid>
      <dc:creator>ayubalfresco</dc:creator>
      <dc:date>2014-01-23T14:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Make Share compatible with IE 10 Enterprise 4.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/make-share-compatible-with-ie-10-enterprise-4-2/m-p/294270#M247400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you can not customize that file using extension UNLESS you customize every FTL file that includes it via the @include / @import directive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But why do you want to hard-code the IE 10 settings anyway? What benefits do you plan to get from this compared to the Edge setting, when Edge is the recommended setting?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 18:54:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/make-share-compatible-with-ie-10-enterprise-4-2/m-p/294270#M247400</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2014-01-23T18:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Make Share compatible with IE 10 Enterprise 4.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/make-share-compatible-with-ie-10-enterprise-4-2/m-p/294271#M247401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Afaust,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our environment has IE 11 and IE=Edge is making it run using IE11 which is causing display issues for Share. We want to hardcode IE=10 to resolve display issues. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please also give me some tip on how to proceed with this issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/edit-online-my-files-section-enterprise-42" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/edit-online-my-files-section-enterprise-42&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 19:25:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/make-share-compatible-with-ie-10-enterprise-4-2/m-p/294271#M247401</guid>
      <dc:creator>ayubalfresco</dc:creator>
      <dc:date>2014-01-23T19:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Make Share compatible with IE 10 Enterprise 4.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/make-share-compatible-with-ie-10-enterprise-4-2/m-p/294272#M247402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Ayub,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ok, that makes sense. But the issue with the customization remains the same. You would have to modify the FTL within the WEB-INF directory if you want to avoid the extreme measure of customizing every file that includes it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you looked at some community projects that deal with this? There is &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="https://github.com/LotharMaerkle/alfext" rel="nofollow noopener noreferrer"&gt;https://github.com/LotharMaerkle/alfext&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;a GitHub repository of Lothar Märkle&amp;lt;/a&amp;gt; for example which contains some fixes for IE11 issues in Alfresco 4.2 (Community).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 12:12:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/make-share-compatible-with-ie-10-enterprise-4-2/m-p/294272#M247402</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2014-01-24T12:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Make Share compatible with IE 10 Enterprise 4.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/make-share-compatible-with-ie-10-enterprise-4-2/m-p/294273#M247403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for providing your valuable tips and guidance. I am not sure if the above fix for IE 11 would work even for 4.2 Enterprise. I will try it out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ayub&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 20:29:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/make-share-compatible-with-ie-10-enterprise-4-2/m-p/294273#M247403</guid>
      <dc:creator>ayubalfresco</dc:creator>
      <dc:date>2014-01-24T20:29:27Z</dc:date>
    </item>
  </channel>
</rss>

