<?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: Problem with selection box in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438005#M9073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the thing, you can't (or it will be a real hassle). And this is because the style for this element is set specifically on this element when you click on the filter. And this styling will overwrite all css classes.&lt;/P&gt;&lt;P&gt;So this is probably something Qlik has to change in their code to be able to make this work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Nov 2017 15:44:19 GMT</pubDate>
    <dc:creator>_jespers_</dc:creator>
    <dc:date>2017-11-09T15:44:19Z</dc:date>
    <item>
      <title>Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1437993#M9061</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 a Problem with my selection box. As you can see (on the screenshot) when I click on my box the possible selctions (the list) doesn't appear above the box. The list instead appears very very far above.&lt;/P&gt;&lt;P&gt;So what's my mistake? Ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for helping!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Claudia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182544_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 13:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1437993#M9061</guid>
      <dc:creator>claudiadrey</dc:creator>
      <dc:date>2017-11-08T13:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1437994#M9062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Without seeing the code behind this it is very difficult giving a good answer. But if I would take a guess here, is that the selection box has absolute positioning which gives this kind of issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 13:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1437994#M9062</guid>
      <dc:creator>_jespers_</dc:creator>
      <dc:date>2017-11-09T13:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1437995#M9063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Problem is, that when you click on the box the require.js starts running and creates a lui object..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the css ob my box is very simple. It's just a wrapper for the qlik sense object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;html:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div class="row"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="col-lg-4 borderShadow"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="filter qvobject" id="QV01"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="col-lg-4 borderShadow"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="filter qvobject" id="QV02"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="col-lg-4 borderShadow"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="filter qvobject" id="QV03"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;css:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.qvobject.filter, .qvplaceholder.filter{&lt;/P&gt;&lt;P&gt; /*flex: 1 1 auto;*/&lt;/P&gt;&lt;P&gt; padding: 30px 10px 10px 10px;&lt;/P&gt;&lt;P&gt; height: 200px;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 13:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1437995#M9063</guid>
      <dc:creator>claudiadrey</dc:creator>
      <dc:date>2017-11-09T13:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1437996#M9064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible for you to attach the mashup as a zip-file so I can import it and have a look at what the issue could be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 13:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1437996#M9064</guid>
      <dc:creator>_jespers_</dc:creator>
      <dc:date>2017-11-09T13:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1437997#M9065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sadly It's not possible for me, because it's a project for my Company &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 14:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1437997#M9065</guid>
      <dc:creator>claudiadrey</dc:creator>
      <dc:date>2017-11-09T14:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1437998#M9066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand that you can't share any company specific ideas/data but you must be able to strip down the html code to a minimum where you still get the issue and share that html &amp;amp; css code. Otherwise, it will be almost impossible to help you if I cant reconstruct the issue by myself. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 14:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1437998#M9066</guid>
      <dc:creator>_jespers_</dc:creator>
      <dc:date>2017-11-09T14:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1437999#M9067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 14:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1437999#M9067</guid>
      <dc:creator>claudiadrey</dc:creator>
      <dc:date>2017-11-09T14:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438000#M9068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all I don't get the container to be that small (as you said, it has been set to 200px in height) so I don't get the selection pop-up:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="182731" alt="pic2.PNG" class="jive-image image-2" height="350" src="https://community.qlik.com/legacyfs/online/182731_pic2.PNG" style="height: 350px; width: 367.041px;" width="367" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I change the height of the container to 100px, I still don't get the issue:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="182730" alt="pic1.PNG" class="jive-image image-1" height="296" src="https://community.qlik.com/legacyfs/online/182730_pic1.PNG" style="height: 296px; width: 401.608px;" width="402" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But one thing you could try is to put you placeholders within a flex-container:&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15102378196707497" jivemacro_uid="_15102378196707497"&gt;
&lt;P&gt;&amp;lt;div class="flex-container"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="row"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="col-lg-4 borderShadow"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="filter qvobject" id="QV01"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="col-lg-4 borderShadow"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="filter qvobject" id="QV02"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="col-lg-4 borderShadow"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="filter qvobject" id="QV03"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Ok, I actually got it now when I tried running it in Internet Explorer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 14:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438000#M9068</guid>
      <dc:creator>_jespers_</dc:creator>
      <dc:date>2017-11-09T14:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438001#M9069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I have done some testing here. And even if you create a new mashup from scratch with as little as possible in it you still get this issue in Internet Explorer as soon as you scroll down on the page a bit an click on the filter. If you are at the top of the page and click on the filter it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't think there is much you can do here besides reporting this as a bug to Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Get the same issue in Chrome and Firefox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT 2: Ok, I now see what the issue is. It was the absolute positioning that was the issue. The script that adds the positioning coordinates doesn't take in account that the scrollbar has been moved. So if you scroll down 20px, the pop-up will be misplaced by 20px, if you scroll down 200px, the pop-up will be misplaced with 200px.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 14:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438001#M9069</guid>
      <dc:creator>_jespers_</dc:creator>
      <dc:date>2017-11-09T14:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438002#M9070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which absolute positioning do you mean? Of the whole body&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 15:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438002#M9070</guid>
      <dc:creator>claudiadrey</dc:creator>
      <dc:date>2017-11-09T15:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438003#M9071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I mean the absolute positioning of the pop-up:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182744_pic3.PNG" style="height: 205px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 15:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438003#M9071</guid>
      <dc:creator>_jespers_</dc:creator>
      <dc:date>2017-11-09T15:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438004#M9072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah ok, hmm I don't know if I can overwrite the css of this object, Do you have an idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 15:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438004#M9072</guid>
      <dc:creator>claudiadrey</dc:creator>
      <dc:date>2017-11-09T15:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438005#M9073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the thing, you can't (or it will be a real hassle). And this is because the style for this element is set specifically on this element when you click on the filter. And this styling will overwrite all css classes.&lt;/P&gt;&lt;P&gt;So this is probably something Qlik has to change in their code to be able to make this work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 15:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438005#M9073</guid>
      <dc:creator>_jespers_</dc:creator>
      <dc:date>2017-11-09T15:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438006#M9074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh ok. Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 16:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438006#M9074</guid>
      <dc:creator>claudiadrey</dc:creator>
      <dc:date>2017-11-09T16:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438007#M9075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to add in your mashup css&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;html,&lt;P&gt;body {&lt;/P&gt;&lt;P&gt;&amp;nbsp; height: 100%;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 12:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438007#M9075</guid>
      <dc:creator>Yianni_Ververis</dc:creator>
      <dc:date>2017-11-10T12:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438008#M9076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, that does not work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 13:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438008#M9076</guid>
      <dc:creator>_jespers_</dc:creator>
      <dc:date>2017-11-10T13:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438009#M9077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I found a solution for you. Try adding this code to your css&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15103222512894567 jive_text_macro" jivemacro_uid="_15103222512894567" modifiedtitle="true"&gt;
&lt;P&gt;.lui-popover-container{&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; position: fixed !important;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; z-index: 1000 !important;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 13:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438009#M9077</guid>
      <dc:creator>_jespers_</dc:creator>
      <dc:date>2017-11-10T13:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438010#M9078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you soooo much !!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 14:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1438010#M9078</guid>
      <dc:creator>claudiadrey</dc:creator>
      <dc:date>2017-11-10T14:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mashup: Problem with selection box</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1785636#M13897</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18960"&gt;@claudiadrey&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/37627"&gt;@_jespers_&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6532"&gt;@Yianni_Ververis&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have a modal window where if I use "&lt;STRONG&gt;z-index&lt;/STRONG&gt;", then the &lt;STRONG&gt;pop-over&lt;/STRONG&gt; will appear behind the &lt;STRONG&gt;modal window&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;For that modal window search pop-over, it requires:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.lui-popover-container{&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;position: absolute !important;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;top : 798px !important;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;For other pop-overs in the page this will work:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.lui-popover-container{&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;position: fixed !important;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;z-index: 1000 !important;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly let me know how I can fix this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pranam&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 06:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Problem-with-selection-box/m-p/1785636#M13897</guid>
      <dc:creator>pranamk1</dc:creator>
      <dc:date>2021-02-24T06:06:51Z</dc:date>
    </item>
  </channel>
</rss>

