<?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: Chart tooltip offset position on mashup in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Chart-tooltip-offset-position-on-mashup/m-p/1212438#M6236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I just saw your reply just now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/shocked.png" /&gt; Thanks, that's exactly what I applied to the mashup. Now we have a new issue (ha!), and it's the fact that they are using Google recaptcha on the same mashup page to submit a feedback form, and the captcha has an image picker popup which y position is thrown off due to the fact that we're applying those rules to the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So stuck in the middle, we need body height 100% in order for Sense components to position correctly, but it interferes with other stuff on the page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2017 11:39:43 GMT</pubDate>
    <dc:creator>sebastian_serva</dc:creator>
    <dc:date>2017-02-17T11:39:43Z</dc:date>
    <item>
      <title>Chart tooltip offset position on mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Chart-tooltip-offset-position-on-mashup/m-p/1212436#M6234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We all know that Qlik CSS styles were built with the Qlik Sense Client in mind, which has a &lt;STRONG&gt;no scrollable&lt;/STRONG&gt; body.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we reference qlik-styles.css on a mashup which &lt;STRONG&gt;has&lt;/STRONG&gt; scroll, the chart tooltip y position is thrown off completely. Seems like it's not taking into account the scrolled distance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tooltip-issue.png" class="jive-image image-1" height="331" src="https://community.qlik.com/legacyfs/online/143194_tooltip-issue.png" style="height: 330.532px; width: 405px;" width="405" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have a workaround or fix handy?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seb. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 08:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Chart-tooltip-offset-position-on-mashup/m-p/1212436#M6234</guid>
      <dc:creator>sebastian_serva</dc:creator>
      <dc:date>2016-11-08T08:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Chart tooltip offset position on mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Chart-tooltip-offset-position-on-mashup/m-p/1212437#M6235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qlik-styles.css sets the height of the html and body tags to 100%, and then you should set overflow: auto on the body tag. What this does is allows the contents inside the body to scroll, while not actually ever changing window.pageYOffset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must be overriding it somewhere in your own css. Just apply the css rules below and it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;html, body {&lt;/P&gt;&lt;P&gt;&amp;nbsp; height: 100%;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;body {&lt;/P&gt;&lt;P&gt;&amp;nbsp; overflow: auto;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 15:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Chart-tooltip-offset-position-on-mashup/m-p/1212437#M6235</guid>
      <dc:creator>Francis_Kabinoff</dc:creator>
      <dc:date>2016-11-10T15:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Chart tooltip offset position on mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Chart-tooltip-offset-position-on-mashup/m-p/1212438#M6236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I just saw your reply just now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/shocked.png" /&gt; Thanks, that's exactly what I applied to the mashup. Now we have a new issue (ha!), and it's the fact that they are using Google recaptcha on the same mashup page to submit a feedback form, and the captcha has an image picker popup which y position is thrown off due to the fact that we're applying those rules to the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So stuck in the middle, we need body height 100% in order for Sense components to position correctly, but it interferes with other stuff on the page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 11:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Chart-tooltip-offset-position-on-mashup/m-p/1212438#M6236</guid>
      <dc:creator>sebastian_serva</dc:creator>
      <dc:date>2017-02-17T11:39:43Z</dc:date>
    </item>
  </channel>
</rss>

