<?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: Single Select Combobox custom visual not working on chrome/edge in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Single-Select-Combobox-custom-visual-not-working-on-chrome-edge/m-p/230437#M7261</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="9512" data-lia-user-login="jcbowyer" class="lia-mention lia-mention-user"&gt;jcbowyer&lt;/a&gt;&amp;nbsp;I'm getting a similar error when debugging my custom visual - `Illegal invocation`. &amp;nbsp;However debugging is proving difficult in the sandboxed environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How did you debug? &amp;nbsp;Specifically, I'm trying to figure out which files the line numbers in the stack trace refer to in the anonymous function calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my stack trace currently:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;:sourcemap:1043 TypeError: Illegal invocation
    at e._resizeCanvas (&amp;lt;anonymous&amp;gt;:404:13670)
    at e._setupContainer (&amp;lt;anonymous&amp;gt;:404:13366)
    at new e (&amp;lt;anonymous&amp;gt;:404:2174)
    at MapboxMap.update (&amp;lt;anonymous&amp;gt;:1071:36)
    at MapboxMap.value [as update] (&amp;lt;anonymous&amp;gt;:1040:61)
    at r.update (VM28150 visualhostcore.min.js:3)
    at VM28150 visualhostcore.min.js:3
    at t.executeSafely (VM28150 visualhostcore.min.js:3)
    at t.update (VM28150 visualhostcore.min.js:3)
    at Object.&amp;lt;anonymous&amp;gt; (VM28151 visualsandbox.min.js:1)
value @ :sourcemap:1043
update @ VM28150 visualhostcore.min.js:3
(anonymous) @ VM28150 visualhostcore.min.js:3
t.executeSafely @ VM28150 visualhostcore.min.js:3
t.update @ VM28150 visualhostcore.min.js:3
(anonymous) @ VM28151 visualsandbox.min.js:1
(anonymous) @ VM28147 VisualsSandboxCore.min.js:9
(anonymous) @ VM28146 visualsandbox.minimal.externals.js:15406
fire @ VM28146 visualsandbox.minimal.externals.js:15227
add @ VM28146 visualsandbox.minimal.externals.js:15286
(anonymous) @ VM28146 visualsandbox.minimal.externals.js:15405
each @ VM28146 visualsandbox.minimal.externals.js:12405
(anonymous) @ VM28146 visualsandbox.minimal.externals.js:15401
Deferred @ VM28146 visualsandbox.minimal.externals.js:15467
then @ VM28146 visualsandbox.minimal.externals.js:15400
e.then @ VM28147 VisualsSandboxCore.min.js:9
i.update @ VM28151 visualsandbox.min.js:1
i.executeMessage @ VM28151 visualsandbox.min.js:1
i.onMessageReceived @ VM28151 visualsandbox.min.js:1
(anonymous) @ VM28151 visualsandbox.min.js:1
e.invokeHandler @ VM28150 visualhostcore.min.js:2
e.dispatchMessage @ VM28150 visualhostcore.min.js:2
e.onMessageReceived @ VM28150 visualhostcore.min.js:2
windowMessageHandler @ VM28150 visualhostcore.min.js:2
dispatch @ VM28146 visualsandbox.minimal.externals.js:16777
elemData.handle @ VM28146 visualsandbox.minimal.externals.js:16589
postMessage (async)
e.flushQueue @ powerbiportal.common.bundle.min.js:47
i.ready @ powerbiportal.common.bundle.min.js:48
o.onIFrameLoad @ powerbiportal.common.bundle.min.js:49
(anonymous) @ powerbiportal.common.bundle.min.js:49
e @ powerbiportal.dependencies.externals.bundle.min.js:9
dispatch @ powerbiportal.dependencies.externals.bundle.min.js:9
r.handle @ powerbiportal.dependencies.externals.bundle.min.js:9&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Aug 2017 18:14:12 GMT</pubDate>
    <dc:creator>ryanbaumann</dc:creator>
    <dc:date>2017-08-13T18:14:12Z</dc:date>
    <item>
      <title>Single Select Combobox custom visual not working on chrome/edge</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Single-Select-Combobox-custom-visual-not-working-on-chrome-edge/m-p/196901#M6270</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a draft copy of a working single select combox box custom&amp;nbsp;visual.&amp;nbsp;&amp;nbsp; It seems to perform much faster than the okviz multiselect, defaults selection to first item to make sure item is always selected, and is a simple single select which is what we want for our project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However,&amp;nbsp; I can't get the visual to display on chrome or edge.&amp;nbsp; I can't even determine an intelligible error code to figure out where to look.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The visual looks as below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;It does not display at all on chrome or edge.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The source code for the visual is located at &lt;A href="https://github.com/jcbowyer/CustomVisuals/tree/master/ComboBox" target="_blank"&gt;https://github.com/jcbowyer/CustomVisuals/tree/master/ComboBox&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A demonstration pbix file is located here:&amp;nbsp; &lt;A href="https://github.com/jcbowyer/CustomVisuals/blob/master/ComboBox/dist/ComboBox-Sample.pbix" target="_blank"&gt;https://github.com/jcbowyer/CustomVisuals/blob/master/ComboBox/dist/ComboBox-Sample.pbix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&amp;nbsp; I feel this control would be very helpful to the community if we were able to work through and stabilize a few isssues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 18:37:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Single-Select-Combobox-custom-visual-not-working-on-chrome-edge/m-p/196901#M6270</guid>
      <dc:creator>jcbowyer</dc:creator>
      <dc:date>2017-06-19T18:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Single Select Combobox custom visual not working on chrome/edge</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Single-Select-Combobox-custom-visual-not-working-on-chrome-edge/m-p/196930#M6271</link>
      <description>&lt;P&gt;There is an error message in chrome, but it is not clear to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Uncaught TypeError: Illegal invocation&lt;BR /&gt;at &amp;lt;anonymous&amp;gt;:11744:46&lt;BR /&gt;at &amp;lt;anonymous&amp;gt;:11974:10&lt;BR /&gt;at &amp;lt;anonymous&amp;gt;:13580:6&lt;BR /&gt;at &amp;lt;anonymous&amp;gt;:13583:15&lt;BR /&gt;at __meta__.id (&amp;lt;anonymous&amp;gt;:10292:5)&lt;BR /&gt;at Window.&amp;lt;anonymous&amp;gt; (&amp;lt;anonymous&amp;gt;:10293:2)&lt;BR /&gt;at &amp;lt;anonymous&amp;gt;:25952:20&lt;BR /&gt;at Object.r [as injectJsCode] (visualhostcore.min.js:2)&lt;BR /&gt;at i.loadWithoutResourcePackage (visualsandbox.min.js:1)&lt;BR /&gt;at i.executeMessage (visualsandbox.min.js:1)&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 19:44:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Single-Select-Combobox-custom-visual-not-working-on-chrome-edge/m-p/196930#M6271</guid>
      <dc:creator>jcbowyer</dc:creator>
      <dc:date>2017-06-19T19:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Single Select Combobox custom visual not working on chrome/edge</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Single-Select-Combobox-custom-visual-not-working-on-chrome-edge/m-p/197012#M6274</link>
      <description>&lt;P&gt;I was able to step through an debug the issue was with the kendo library inside of custom visuals.&amp;nbsp;&amp;nbsp; I made some slight adjustments and it is functioning now.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 23:48:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Single-Select-Combobox-custom-visual-not-working-on-chrome-edge/m-p/197012#M6274</guid>
      <dc:creator>jcbowyer</dc:creator>
      <dc:date>2017-06-19T23:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Single Select Combobox custom visual not working on chrome/edge</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Single-Select-Combobox-custom-visual-not-working-on-chrome-edge/m-p/230437#M7261</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="9512" data-lia-user-login="jcbowyer" class="lia-mention lia-mention-user"&gt;jcbowyer&lt;/a&gt;&amp;nbsp;I'm getting a similar error when debugging my custom visual - `Illegal invocation`. &amp;nbsp;However debugging is proving difficult in the sandboxed environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How did you debug? &amp;nbsp;Specifically, I'm trying to figure out which files the line numbers in the stack trace refer to in the anonymous function calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my stack trace currently:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;:sourcemap:1043 TypeError: Illegal invocation
    at e._resizeCanvas (&amp;lt;anonymous&amp;gt;:404:13670)
    at e._setupContainer (&amp;lt;anonymous&amp;gt;:404:13366)
    at new e (&amp;lt;anonymous&amp;gt;:404:2174)
    at MapboxMap.update (&amp;lt;anonymous&amp;gt;:1071:36)
    at MapboxMap.value [as update] (&amp;lt;anonymous&amp;gt;:1040:61)
    at r.update (VM28150 visualhostcore.min.js:3)
    at VM28150 visualhostcore.min.js:3
    at t.executeSafely (VM28150 visualhostcore.min.js:3)
    at t.update (VM28150 visualhostcore.min.js:3)
    at Object.&amp;lt;anonymous&amp;gt; (VM28151 visualsandbox.min.js:1)
value @ :sourcemap:1043
update @ VM28150 visualhostcore.min.js:3
(anonymous) @ VM28150 visualhostcore.min.js:3
t.executeSafely @ VM28150 visualhostcore.min.js:3
t.update @ VM28150 visualhostcore.min.js:3
(anonymous) @ VM28151 visualsandbox.min.js:1
(anonymous) @ VM28147 VisualsSandboxCore.min.js:9
(anonymous) @ VM28146 visualsandbox.minimal.externals.js:15406
fire @ VM28146 visualsandbox.minimal.externals.js:15227
add @ VM28146 visualsandbox.minimal.externals.js:15286
(anonymous) @ VM28146 visualsandbox.minimal.externals.js:15405
each @ VM28146 visualsandbox.minimal.externals.js:12405
(anonymous) @ VM28146 visualsandbox.minimal.externals.js:15401
Deferred @ VM28146 visualsandbox.minimal.externals.js:15467
then @ VM28146 visualsandbox.minimal.externals.js:15400
e.then @ VM28147 VisualsSandboxCore.min.js:9
i.update @ VM28151 visualsandbox.min.js:1
i.executeMessage @ VM28151 visualsandbox.min.js:1
i.onMessageReceived @ VM28151 visualsandbox.min.js:1
(anonymous) @ VM28151 visualsandbox.min.js:1
e.invokeHandler @ VM28150 visualhostcore.min.js:2
e.dispatchMessage @ VM28150 visualhostcore.min.js:2
e.onMessageReceived @ VM28150 visualhostcore.min.js:2
windowMessageHandler @ VM28150 visualhostcore.min.js:2
dispatch @ VM28146 visualsandbox.minimal.externals.js:16777
elemData.handle @ VM28146 visualsandbox.minimal.externals.js:16589
postMessage (async)
e.flushQueue @ powerbiportal.common.bundle.min.js:47
i.ready @ powerbiportal.common.bundle.min.js:48
o.onIFrameLoad @ powerbiportal.common.bundle.min.js:49
(anonymous) @ powerbiportal.common.bundle.min.js:49
e @ powerbiportal.dependencies.externals.bundle.min.js:9
dispatch @ powerbiportal.dependencies.externals.bundle.min.js:9
r.handle @ powerbiportal.dependencies.externals.bundle.min.js:9&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Aug 2017 18:14:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Single-Select-Combobox-custom-visual-not-working-on-chrome-edge/m-p/230437#M7261</guid>
      <dc:creator>ryanbaumann</dc:creator>
      <dc:date>2017-08-13T18:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Single Select Combobox custom visual not working on chrome/edge</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Single-Select-Combobox-custom-visual-not-working-on-chrome-edge/m-p/876692#M21739</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="9512" data-lia-user-login="jcbowyer" class="lia-mention lia-mention-user"&gt;jcbowyer&lt;/a&gt;&amp;nbsp;I downloaded your source code from the link you gave, only find it doesn't work and threw a bunch of errors.&amp;nbsp; I am not sure if it is because I am on pbiviz 2.5 and your combobox was written in 1.6?&amp;nbsp; Does it work on yours?&amp;nbsp; I know it has been a while.&amp;nbsp; Would you let me know please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 19:17:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Single-Select-Combobox-custom-visual-not-working-on-chrome-edge/m-p/876692#M21739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-16T19:17:42Z</dc:date>
    </item>
  </channel>
</rss>

