<?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: Qlik Sense Map Area Layer tooltip not working correctly in Chrome. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Area-Layer-tooltip-not-working-correctly-in/m-p/1750486#M57745</link>
    <description>&lt;P&gt;Such an annoying bug. Besides&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5785"&gt;@Greg_Oliven&lt;/a&gt;'s solution, the only other way to fix it that I've found is to adjust with CSS using a custom theme. Something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;#qs-chart-tooltip &amp;gt; div &amp;gt; div &amp;gt; div.qv-chart-tooltip-inner &amp;gt; div &amp;gt; div &amp;gt; table &amp;gt; tbody &amp;gt; tr &amp;gt; td.qv-tp-template.qv-tp-value.ng-binding.ng-scope &amp;gt; div &amp;gt; span {
    overflow: visible!important;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 19:33:15 GMT</pubDate>
    <dc:creator>Spivey</dc:creator>
    <dc:date>2020-10-07T19:33:15Z</dc:date>
    <item>
      <title>Qlik Sense Map Area Layer tooltip not working correctly in Chrome.</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Area-Layer-tooltip-not-working-correctly-in/m-p/1733778#M56029</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;recently the tooltips on the area layer on the maps stopped showing the whole number. It just shows the first couple numbers and '...':&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-08-06 at 8.49.58 AM.png" style="width: 404px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38644i9A21A2A1197E17E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-08-06 at 8.49.58 AM.png" alt="Screen Shot 2020-08-06 at 8.49.58 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I works fine in IE and Safari. Seems to be some new change or bug. Not sure how to fix it, any ideas?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Area-Layer-tooltip-not-working-correctly-in/m-p/1733778#M56029</guid>
      <dc:creator>y_grynechko</dc:creator>
      <dc:date>2024-11-16T01:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Map Area Layer tooltip not working correctly in Chrome.</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Area-Layer-tooltip-not-working-correctly-in/m-p/1733793#M56031</link>
      <description>&lt;P&gt;I suggest you open a support ticket with Qlik.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 14:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Area-Layer-tooltip-not-working-correctly-in/m-p/1733793#M56031</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2020-08-06T14:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Map Area Layer tooltip not working correctly in Chrome.</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Area-Layer-tooltip-not-working-correctly-in/m-p/1748603#M57546</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56553"&gt;@y_grynechko&lt;/a&gt;, I am seeing the same thing. Have you figured out a solution? A workaround I have found is to&amp;nbsp; go to the map area layer Options and change the Tooltip from Basic to Custom. There, select Hide basic rows (the ones that aren't displaying right), and Add Measure (e.g. the same measure as Color by measure).&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 17:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Area-Layer-tooltip-not-working-correctly-in/m-p/1748603#M57546</guid>
      <dc:creator>Greg_Oliven</dc:creator>
      <dc:date>2020-09-30T17:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Map Area Layer tooltip not working correctly in Chrome.</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Area-Layer-tooltip-not-working-correctly-in/m-p/1750486#M57745</link>
      <description>&lt;P&gt;Such an annoying bug. Besides&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5785"&gt;@Greg_Oliven&lt;/a&gt;'s solution, the only other way to fix it that I've found is to adjust with CSS using a custom theme. Something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;#qs-chart-tooltip &amp;gt; div &amp;gt; div &amp;gt; div.qv-chart-tooltip-inner &amp;gt; div &amp;gt; div &amp;gt; table &amp;gt; tbody &amp;gt; tr &amp;gt; td.qv-tp-template.qv-tp-value.ng-binding.ng-scope &amp;gt; div &amp;gt; span {
    overflow: visible!important;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 19:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Area-Layer-tooltip-not-working-correctly-in/m-p/1750486#M57745</guid>
      <dc:creator>Spivey</dc:creator>
      <dc:date>2020-10-07T19:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Map Area Layer tooltip not working correctly in Chrome.</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Area-Layer-tooltip-not-working-correctly-in/m-p/1759377#M58700</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/77363"&gt;@Spivey&lt;/a&gt;&amp;nbsp;'s solution worked for me. It's really a frustrating bug.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5785"&gt;@Greg_Oliven&lt;/a&gt;&amp;nbsp;'s solution worked but only show one value per time.&lt;BR /&gt;&lt;BR /&gt;Hopefully they fix this with a update... not sure but probably has a ticket already to fix this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 15:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Area-Layer-tooltip-not-working-correctly-in/m-p/1759377#M58700</guid>
      <dc:creator>caiogil1</dc:creator>
      <dc:date>2020-11-06T15:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Map Area Layer tooltip not working correctly in Chrome.</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Area-Layer-tooltip-not-working-correctly-in/m-p/1759378#M58701</link>
      <description>I got the reply from Qlik, they will implement the fix into November’s patch.&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Nov 2020 15:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Map-Area-Layer-tooltip-not-working-correctly-in/m-p/1759378#M58701</guid>
      <dc:creator>y_grynechko</dc:creator>
      <dc:date>2020-11-06T15:25:45Z</dc:date>
    </item>
  </channel>
</rss>

