<?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: Using PopOver in Extensions in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Using-PopOver-in-Extensions/m-p/1071509#M4677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;thanks for the reply. It worked with the following jQuery Syntax &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;$(document).on("click", "#testContentVal", function() {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert('it works!');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;"#testContent ist a element on the PopOver"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;But if i understand it correctly, the angular click event does not work on these PopOvers, you have to call a jQuery click event?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Regards &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Thomas&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2016 10:31:09 GMT</pubDate>
    <dc:creator>thhaenig</dc:creator>
    <dc:date>2016-01-13T10:31:09Z</dc:date>
    <item>
      <title>Using PopOver in Extensions</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Using-PopOver-in-Extensions/m-p/1071507#M4675</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;i do have some problems using pop overs in the extension. When a button or Link, etc. is outside of the extension area it is not possible for me to get it on top of the elements (z-index and position absolute in the css do not work the way I was imagine). When I append elements with buttons on a other position in the DOM (outside of the extension element) it is possible to click the elements, but then I have some problems to join the $scops.&lt;/P&gt;&lt;P&gt;Does anyone have a idea how to solve the problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 09:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Using-PopOver-in-Extensions/m-p/1071507#M4675</guid>
      <dc:creator>thhaenig</dc:creator>
      <dc:date>2016-01-12T09:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using PopOver in Extensions</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Using-PopOver-in-Extensions/m-p/1071508#M4676</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;yes, was having that problem in one of my extensions. Actually you have to append the DOM object to body and not the current element to make this work. Just cannot find it, but you'll see that many other jQuery components use the same trick when it comes to show something outside the current container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, if not, ping me, I'll try to find my example.&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>Tue, 12 Jan 2016 15:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Using-PopOver-in-Extensions/m-p/1071508#M4676</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2016-01-12T15:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using PopOver in Extensions</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Using-PopOver-in-Extensions/m-p/1071509#M4677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;thanks for the reply. It worked with the following jQuery Syntax &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;$(document).on("click", "#testContentVal", function() {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert('it works!');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;"#testContent ist a element on the PopOver"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;But if i understand it correctly, the angular click event does not work on these PopOvers, you have to call a jQuery click event?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Regards &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Thomas&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 10:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Using-PopOver-in-Extensions/m-p/1071509#M4677</guid>
      <dc:creator>thhaenig</dc:creator>
      <dc:date>2016-01-13T10:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using PopOver in Extensions</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Using-PopOver-in-Extensions/m-p/1071510#M4678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have a working example of the appending to body fix as suggested by Stefan...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 13:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Using-PopOver-in-Extensions/m-p/1071510#M4678</guid>
      <dc:creator>mjones87</dc:creator>
      <dc:date>2016-08-15T13:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using PopOver in Extensions</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Using-PopOver-in-Extensions/m-p/1071511#M4679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also facing the same issue of displaying drop down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed a navigation widget in 3.0.2 which has auto drop down mechanism. but when I mouse on a list the drop down comes fine, but when there is another element below to that drop down and when i move on the list of drop down, then automatically the focus moves to the 2nd element, can you please suggest how to fix this using .CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using only HTML &amp;amp; CSS no other one as I am not able to find to add .js / jquery in the Widgets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help on me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chenna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Sep 2016 17:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Using-PopOver-in-Extensions/m-p/1071511#M4679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-24T17:48:48Z</dc:date>
    </item>
  </channel>
</rss>

