<?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: HTML select in TooltipDialog unable to select using mobile browser in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html-select-in-tooltipdialog-unable-to-select/m-p/119023#M11062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I only help online. If you strip out the data urls then you should be able to post here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2019 14:08:37 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2019-01-18T14:08:37Z</dc:date>
    <item>
      <title>HTML select in TooltipDialog unable to select using mobile browser</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html-select-in-tooltipdialog-unable-to-select/m-p/119020#M11059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear sir:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using JS API 3.27, when browse a HTML select in tooltipdialog by mobile browser (nor chrome / firefox dev tools mobile view), it's no way to select the option. But desktop is okay.&lt;/P&gt;&lt;P&gt;the "touchend" event trapped by the upper dom element with css class "&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;dijitPopup dijitTooltipDialogPopup".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;is there any way to remove the handler or make the html select work as desktop version?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the example code as follow:&lt;/P&gt;&lt;P&gt;&amp;lt;div data-dojo-type="dijit/form/DropDownButton" &amp;gt;&lt;BR /&gt; &amp;lt;span style="font-size:small; font-weight:bold; color:black"&amp;gt;Equipment&amp;lt;/span&amp;gt;&lt;BR /&gt; &amp;lt;div data-dojo-type="dijit/DropDownMenu" style="font-size:small; font-weight:bold; color:black"&amp;gt;&lt;BR /&gt; &amp;lt;div data-dojo-type="dijit/MenuItem" id="tabG60G61" onClick="showG60G61Pane()"&amp;gt;&lt;BR /&gt; &amp;lt;span&amp;gt;Query&amp;lt;/span&amp;gt; &lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div data-dojo-type="dijit/PopupMenuItem" id="tabFE" &amp;gt;&lt;BR /&gt; &amp;lt;span&amp;gt;My Query&amp;lt;/span&amp;gt;&lt;BR /&gt; &amp;lt;div data-dojo-type="dijit/TooltipDialog" &amp;gt;&lt;BR /&gt; &amp;lt;table style="width:100%"&amp;gt;&lt;BR /&gt;&amp;lt;tr style="font-size:small; font-weight:bold; color:black"&amp;gt;&lt;BR /&gt; &amp;lt;td&amp;gt;Type&amp;lt;/td&amp;gt;&lt;BR /&gt; &amp;lt;td&amp;gt;&lt;BR /&gt; &amp;lt;select style="font-size:small; font-weight:bold" id="FEType" onchange="FETypeChange()"&amp;gt;&lt;BR /&gt; &amp;lt;option value=""&amp;gt;&amp;lt;/option&amp;gt;&lt;BR /&gt; &amp;lt;option value="Outdoor(FTTB)"&amp;gt;Outdoor(FTTB)&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option value="Box(FTTH)"&amp;gt;Box(FTTH)&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/select&amp;gt;&lt;BR /&gt; &amp;lt;/td&amp;gt;&lt;BR /&gt; &amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr style="font-size:small; font-weight:bold; color:black"&amp;gt;&lt;BR /&gt; &amp;lt;td&amp;gt;Data Center&amp;lt;/td&amp;gt;&lt;BR /&gt; &amp;lt;td&amp;gt;&amp;lt;select style="font-size:small; font-weight:bold" id="FECentoff" onchange="FECentoffChange()"&amp;gt;&amp;lt;/select&amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt; &amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;/table&amp;gt; &lt;BR /&gt; &amp;lt;/div&amp;gt; &lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 07:54:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html-select-in-tooltipdialog-unable-to-select/m-p/119020#M11059</guid>
      <dc:creator>HappymanChiu</dc:creator>
      <dc:date>2019-01-17T07:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: HTML select in TooltipDialog unable to select using mobile browser</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html-select-in-tooltipdialog-unable-to-select/m-p/119021#M11060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide a full simple sample of this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 14:00:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html-select-in-tooltipdialog-unable-to-select/m-p/119021#M11060</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-01-17T14:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: HTML select in TooltipDialog unable to select using mobile browser</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html-select-in-tooltipdialog-unable-to-select/m-p/119022#M11061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I have the full site. but the gis data is a bit sensitive, can I email the link&amp;nbsp;personally? my mail is &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:happyman.eric@gmail.com"&gt;happyman.eric@gmail.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2019 01:13:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html-select-in-tooltipdialog-unable-to-select/m-p/119022#M11061</guid>
      <dc:creator>HappymanChiu</dc:creator>
      <dc:date>2019-01-18T01:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: HTML select in TooltipDialog unable to select using mobile browser</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html-select-in-tooltipdialog-unable-to-select/m-p/119023#M11062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I only help online. If you strip out the data urls then you should be able to post here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2019 14:08:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html-select-in-tooltipdialog-unable-to-select/m-p/119023#M11062</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-01-18T14:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: HTML select in TooltipDialog unable to select using mobile browser</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html-select-in-tooltipdialog-unable-to-select/m-p/119024#M11063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sir, site here:&amp;nbsp;&lt;A class="link-titled" href="https://map.happyman.idv.tw/~happyman/gismap/" title="https://map.happyman.idv.tw/~happyman/gismap/"&gt;Happyman's WebGIS JS&lt;/A&gt;&amp;nbsp;,use F12 mobile mode, click on top menu "Query".&lt;/P&gt;&lt;P&gt;The FloatingPane is okay to select, but the DialogTooltip fails to select options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2019 01:31:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html-select-in-tooltipdialog-unable-to-select/m-p/119024#M11063</guid>
      <dc:creator>HappymanChiu</dc:creator>
      <dc:date>2019-01-19T01:31:43Z</dc:date>
    </item>
  </channel>
</rss>

