<?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 tooltip for draw tools not showing when using Bootstrap/JQuery in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268167#M24734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am using bootstrap and JQuery for my app and I am trying to display draw's tools by default tooltip "start drawing by double clicking". It seems like it is not working. This&lt;A href="http://esri.github.io/quickstart-map-js/html/graphics/graphics_toolbar.html"&gt; web app &lt;/A&gt;uses bootstrap and it is not showing either. 1. Is iit because of bootstrap? 2. Is there a way to show it using bootstrap?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 16:47:17 GMT</pubDate>
    <dc:creator>AlexGole</dc:creator>
    <dc:date>2015-03-20T16:47:17Z</dc:date>
    <item>
      <title>tooltip for draw tools not showing when using Bootstrap/JQuery</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268167#M24734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am using bootstrap and JQuery for my app and I am trying to display draw's tools by default tooltip "start drawing by double clicking". It seems like it is not working. This&lt;A href="http://esri.github.io/quickstart-map-js/html/graphics/graphics_toolbar.html"&gt; web app &lt;/A&gt;uses bootstrap and it is not showing either. 1. Is iit because of bootstrap? 2. Is there a way to show it using bootstrap?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 16:47:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268167#M24734</guid>
      <dc:creator>AlexGole</dc:creator>
      <dc:date>2015-03-20T16:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: tooltip for draw tools not showing when using Bootstrap/JQuery</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268168#M24735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It looks like the .tooltip styles in the bootstrap.min.css stylesheet are conflicting with the Esri drawing tooltips. If I create a local copy of bootstrap.min.css and comment out all the classes for tooltip the draw tooltips display fine.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 17:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268168#M24735</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-03-23T17:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: tooltip for draw tools not showing when using Bootstrap/JQuery</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268169#M24736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 21:54:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268169#M24736</guid>
      <dc:creator>AlexGole</dc:creator>
      <dc:date>2015-04-27T21:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: tooltip for draw tools not showing when using Bootstrap/JQuery</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268170#M24737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex, have you tried using (at least the .css from) &lt;A href="https://github.com/Esri/bootstrap-map-js" title="https://github.com/Esri/bootstrap-map-js"&gt;Esri/bootstrap-map-js · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part of what it does is to try and eliminate CSS collisions between the two libraries.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 22:00:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268170#M24737</guid>
      <dc:creator>TomWayson</dc:creator>
      <dc:date>2015-04-27T22:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: tooltip for draw tools not showing when using Bootstrap/JQuery</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268171#M24738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I have but as you can see on the following sample: &lt;A href="http://esri.github.io/quickstart-map-js/html/graphics/graphics.html" title="http://esri.github.io/quickstart-map-js/html/graphics/graphics.html"&gt;Graphics&lt;/A&gt; .There still is an issue with the popup "Click to start drawing". It does not show when starting drawing (as it would in a dojo app). So I removed all CSS tooltip and that worked fine. Thankfully I dont need to use Bootstrap tooltip for my app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 22:06:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268171#M24738</guid>
      <dc:creator>AlexGole</dc:creator>
      <dc:date>2015-04-27T22:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: tooltip for draw tools not showing when using Bootstrap/JQuery</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268172#M24739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I see. You might try changing that page so that it loads the Esri CSS &lt;EM&gt;after&lt;/EM&gt; the Bootstrap CSS. That's how the &lt;A href="http://esri.github.io/bootstrap-map-js/demo/jquery/getstarted.html"&gt;demos on the Bootstrap Map page&lt;/A&gt; are configured. I wonder if that would make it so that you would not have to remove Bootstrap's tooltip code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 22:22:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268172#M24739</guid>
      <dc:creator>TomWayson</dc:creator>
      <dc:date>2015-04-27T22:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: tooltip for draw tools not showing when using Bootstrap/JQuery</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268173#M24740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding opacity: 1 to .tooltip seems to fix the conflict between bootstrap and esri .tooltip classes.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.tooltip {
&amp;nbsp; opacity: 1;
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:08:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268173#M24740</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-11T13:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: tooltip for draw tools not showing when using Bootstrap/JQuery</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268174#M24741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still getting this problem with bootstrap 3.3.4 and this worked for me. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 19:58:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268174#M24741</guid>
      <dc:creator>LauraMiles1</dc:creator>
      <dc:date>2016-06-06T19:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: tooltip for draw tools not showing when using Bootstrap/JQuery</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268175#M24742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Just a note that you'll want to load the css that contains this fix after bootstrap. OR use !important.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 23:06:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tooltip-for-draw-tools-not-showing-when-using/m-p/268175#M24742</guid>
      <dc:creator>DavidPuckett</dc:creator>
      <dc:date>2016-09-20T23:06:33Z</dc:date>
    </item>
  </channel>
</rss>

