<?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: Mashup Integration - chart's toolbar gets displaces when page is scrolled in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867913#M2963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Roland, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a bug submitted for this already. What you could try is to call qlik.resize() every time you re-position, show/hide or re-size any of the Qlik objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2015 15:31:52 GMT</pubDate>
    <dc:creator>Alexander_Thor</dc:creator>
    <dc:date>2015-05-29T15:31:52Z</dc:date>
    <item>
      <title>Mashup Integration - chart's toolbar gets displaces when page is scrolled</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867912#M2962</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;I have done a small Qlik Sense integration on &lt;A href="http://qvheroes.com/?id=asdf24ag352hsdggsdf" title="http://qvheroes.com/?id=asdf24ag352hsdggsdf"&gt;qvheroes.com | QlikView Blogs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The charts are inside a JQUERY UI Accordion.&lt;/P&gt;&lt;P&gt;When I click on the scatter plot, the chart's toolbar shows up at the right position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when I scroll my page, the chart's toolbar has an Offset (and eventually disappears when the offset gets to large when I scroll down further). See screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="chartbar_offset_when_scroll.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87793_chartbar_offset_when_scroll.png" style="width: 620px; height: 221px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One must add, that I had to set "overflow:scroll" on my &amp;lt;Body&amp;gt; tag, because Qlik's&lt;/P&gt;&lt;P&gt;"qlikui.css" and "client.css" hinders qvheroes.com from scrolling at all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas, or should I submit a bug on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 08:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867912#M2962</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-28T08:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup Integration - chart's toolbar gets displaces when page is scrolled</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867913#M2963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Roland, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a bug submitted for this already. What you could try is to call qlik.resize() every time you re-position, show/hide or re-size any of the Qlik objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 15:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867913#M2963</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-05-29T15:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup Integration - chart's toolbar gets displaces when page is scrolled</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867914#M2964</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;Unfortunately "qlik.resize()" does not help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One can see it at &lt;/SPAN&gt;&lt;A class="jive-link-external-small unlinked" rel="nofollow"&gt;http://qvheroes.com/test.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Scrollstop event fires, but the qlik.resize() function does not position the chart's toolbar correctly&lt;/P&gt;&lt;PRE&gt;$('body').on('scrollstop', function(event, ui) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qlik.resize();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert("scrollstop");
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&lt;/PRE&gt;&lt;P&gt;I have added a support case; looking forward to any workarounds in the meantime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 09:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867914#M2964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T09:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup Integration - chart's toolbar gets displaces when page is scrolled</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867915#M2965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have the same problem.in the last months i had try it with sense 1 and the problem was the same. now, with sense 2 and the problem is similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;besides i have the problem, that the css from sense (qlikui.css and client.css) have entries with unknown names. when i accidentally use the same names for classes or id's in my css for the webpage like the names from sense css,&amp;nbsp; nothing works. the css entries are ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;knows anyone the entries from the sense css???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867915#M2965</guid>
      <dc:creator />
      <dc:date>2015-06-19T13:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup Integration - chart's toolbar gets displaces when page is scrolled</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867916#M2966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm; haven't tested QlikSense 2.0&amp;nbsp; beta yet; sad to hear that it is not fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just looked up my case in the partner portal and it says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bug Id&amp;nbsp;&amp;nbsp; QLIK-34017&lt;/P&gt;&lt;P&gt;Bug Status&amp;nbsp;&amp;nbsp; Closed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will double check with Qlik Support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 15:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867916#M2966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-19T15:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup Integration - chart's toolbar gets displaces when page is scrolled</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867917#M2967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, my bug was merged into another bugid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;QLIK-19766 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;feel free to add a support case to this bugid, so we hopefully get more attention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 17:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867917#M2967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-22T17:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup Integration - chart's toolbar gets displaces when page is scrolled</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867918#M2968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/814562?et=watches.email.thread#814562" title="https://community.qlik.com/message/814562?et=watches.email.thread#814562"&gt;https://community.qlik.com/message/814562?et=watches.email.thread#814562&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 13:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Integration-chart-s-toolbar-gets-displaces-when-page-is/m-p/867918#M2968</guid>
      <dc:creator />
      <dc:date>2015-07-06T13:46:05Z</dc:date>
    </item>
  </channel>
</rss>

