<?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: Sense mashup: Font fail in IE in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773390#M2501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jose!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) All browsers of an authenticated user share the same "selection state". That's a cool feature of Qlik Sense (because of the web socket protocol). So basically if you select something on your IPAD, your Laptop shows the same selection. Really handy when you do presentations on a beamer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I haven't done anything about the font; sometimes it works, sometimes it fails; I haven't really found a pattern. Hopefully someone at Qlik takes a look at this issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2015 15:10:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-10T15:10:37Z</dc:date>
    <item>
      <title>Sense mashup: Font fail in IE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773382#M2493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an app running on a Sense server. From this app I have taken the objects and included them within a mashup webpage. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything works great in Chrome and FireFox, but in Internet Explorer I face some issues with the fonts in the objects. The screenshots below shows how the fonts messes up in the "current selections bar":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IE fonts&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75116_Capture1.PNG" style="height: 27px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chrome font&lt;/P&gt;&lt;P&gt;&lt;IMG alt="chrome.PNG" class="jive-image image-2" height="25" src="https://community.qlik.com/legacyfs/online/75117_chrome.PNG" style="height: 25.2604316546763px; width: 627px;" width="627" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, there are both differences in the font type and more importantly that the icons/images are not shown correctly (e.g. the magnifying glass turns into an F.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone had experiences with these issues or have any idea what causes them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 12:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773382#M2493</guid>
      <dc:creator />
      <dc:date>2015-01-12T12:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sense mashup: Font fail in IE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773383#M2494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you open up the browser console, usually by hitting F12, there should be an error message letting you know what the problem is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be that IE is harsher in terms of loading cross-origin resources, which is something that was looked at during the last SR1 of Sense. Otherwise you could add a allow-origin header to the proxy to make sure all resources are loaded correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The response header would be something like &lt;CODE class="language-shell" style="margin: 0 0 24px; font-style: inherit; font-weight: inherit; font-family: Consolas, Monaco, 'Andale Mono', monospace; color: inherit;"&gt;Access-Control-Allow-Origin: *&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;You can get more info about it here: &lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS" title="https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS"&gt;HTTP access control (CORS) - HTTP | MDN&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 18:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773383#M2494</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-01-19T18:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sense mashup: Font fail in IE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773384#M2495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using 1.1 and I'm getting the opposite problem.&amp;nbsp; Works in IE, doesn't work in Chrome.&amp;nbsp; font resources are being interpreted with text/html and not font.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 15:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773384#M2495</guid>
      <dc:creator />
      <dc:date>2015-03-11T15:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sense mashup: Font fail in IE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773385#M2496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeffrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please ellaborate a bit more or is this the issue you sent me and others the other day?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 18:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773385#M2496</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2015-03-12T18:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sense mashup: Font fail in IE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773386#M2497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am experiencing something similar to Jeffery, based on his description, please see attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the latest version of Chrome.&amp;nbsp; I have tried re-installing the Qlik Sense fonts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarah &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG alt="font issue qliksense.png" class="jive-image image-1" src="/legacyfs/online/83209_font issue qliksense.png" style="height: 307px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 15:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773386#M2497</guid>
      <dc:creator />
      <dc:date>2015-04-09T15:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sense mashup: Font fail in IE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773387#M2498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sarah, can you open up Chrome dev tools (ctrl+shift i) and screenshot the console?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 16:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773387#M2498</guid>
      <dc:creator />
      <dc:date>2015-04-09T16:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sense mashup: Font fail in IE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773388#M2499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same problem here!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the QlikSense integration at &lt;A href="http://qvheroes.com/?id=asdf24ag352hsdggsdf"&gt;http://qvheroes.com/?id=asdf24ag352hsdggsdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- qvheroes.com includes the .css from &lt;A href="http://demo.heldendaten.net:8080/"&gt;http://demo.heldendaten.net:8080&lt;/A&gt; as stated in the mashup documentation&lt;/P&gt;&lt;P&gt;--&amp;gt; These files try to read .ttf from &lt;A href="http://demo.heldendaten.net:8080"&gt;http://demo.heldendaten.net:8080&lt;/A&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; causing a same origin issue. See attached screenshot in Firefox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me the font works in IE11;&lt;/P&gt;&lt;P&gt;Firefox 38 and Chrom 43 throw the error!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's really annoying&amp;nbsp; as chart's toolbar shows strange characters...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Unable to load fonts.png" class="jive-image image-1" src="/legacyfs/online/87792_Unable to load fonts.png" style="width: 620px; height: 314px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 08:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773388#M2499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-28T08:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sense mashup: Font fail in IE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773389#M2500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Heldendaten&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a look on your mashup and looks really great and responsive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having the same problem with the weird characters in some browsers ... funny, works in IE, but not in chrome. I'm using the integration between a local IIS in my machine with a qlik sense server in a VM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing another problem as well.&amp;nbsp; When&amp;nbsp; I browse the same webpage in two different browses any action in one browser is reflected in the another browser.&amp;nbsp; Do you know why this is happening? I don't have idea what's happening there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw, How have you fixed the weird characters staff?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 08:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773389#M2500</guid>
      <dc:creator>josecardenas</dc:creator>
      <dc:date>2015-06-10T08:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sense mashup: Font fail in IE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773390#M2501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jose!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) All browsers of an authenticated user share the same "selection state". That's a cool feature of Qlik Sense (because of the web socket protocol). So basically if you select something on your IPAD, your Laptop shows the same selection. Really handy when you do presentations on a beamer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I haven't done anything about the font; sometimes it works, sometimes it fails; I haven't really found a pattern. Hopefully someone at Qlik takes a look at this issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 15:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773390#M2501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-10T15:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sense mashup: Font fail in IE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773391#M2502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another potential cause for the issue that could be an easy fix is to check the &lt;STRONG&gt;Font download&lt;/STRONG&gt; security setting.&amp;nbsp; If it is &lt;STRONG&gt;disabled&lt;/STRONG&gt;, Qlik Sense will not be able to serve your browser the font file necessary to display the icons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; background-color: white; font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;If you are on the server or the server is on your local intranet, the setting is located in:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; background-color: white; font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;&lt;STRONG&gt; Tools (the little settings gear in the top right) -&amp;gt; Internet Options (2nd from the bottom) -&amp;gt; Security (tab) -&amp;gt; Local intranet (icon) -&amp;gt; Custom level... (button) -&amp;gt; Downloads (about half way down the list) -&amp;gt; Font Download&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; background-color: white; font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; background-color: white; font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;You may have to &lt;STRONG&gt;enable&lt;/STRONG&gt; this setting for the Internet security zone as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; background-color: white; font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; background-color: white; font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;Hope that helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; background-color: white; font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; background-color: white; font-family: Calibri,Arial,Helvetica,sans-serif;"&gt;Nate&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 23:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773391#M2502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-26T23:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sense mashup: Font fail in IE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773392#M2503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Per Qlik support, one other setting to check is &lt;SPAN&gt;&lt;SPAN&gt;that the server or URL has been listed as a "Trusted site" within the Internet Options of IE 11? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Tools -&amp;gt; Internet Options -&amp;gt; Security -&amp;gt; Trusted sites&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 16:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773392#M2503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T16:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sense mashup: Font fail in IE</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773393#M2504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this is many years late but I had the exact same issue and did find a fix (eventually) to my scenario which is using WebBrowser control in my bespoke app to display mashup, so in case others stumble across this you may wish to try the following -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;A href="https://stackoverflow.com/questions/37123282/fonts-not-working-in-web-browser-control"&gt;https://stackoverflow.com/questions/37123282/fonts-not-working-in-web-browser-control&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Bottom line unset 'Do not save encrypted pages to disk' under security on the advanced tab of internet explorer options.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Hope this helps someone.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 12:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sense-mashup-Font-fail-in-IE/m-p/773393#M2504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-02T12:05:59Z</dc:date>
    </item>
  </channel>
</rss>

