Forum Discussion
Single Select Combobox custom visual not working on chrome/edge
- 9 years ago
I was able to step through an debug the issue was with the kendo library inside of custom visuals. I made some slight adjustments and it is functioning now.
There is an error message in chrome, but it is not clear to me.
Uncaught TypeError: Illegal invocation
at <anonymous>:11744:46
at <anonymous>:11974:10
at <anonymous>:13580:6
at <anonymous>:13583:15
at __meta__.id (<anonymous>:10292:5)
at Window.<anonymous> (<anonymous>:10293:2)
at <anonymous>:25952:20
at Object.r [as injectJsCode] (visualhostcore.min.js:2)
at i.loadWithoutResourcePackage (visualsandbox.min.js:1)
at i.executeMessage (visualsandbox.min.js:1)
I was able to step through an debug the issue was with the kendo library inside of custom visuals. I made some slight adjustments and it is functioning now.