qlik-demo-team / qdt-components

React Components to be used with Angular 10, React 16 and Vue 2. Connects with the Capability API and Engine API.
MIT License
92 stars 50 forks source link

User interaction doesn't work, internal Qlik error #55

Closed eazybit closed 4 years ago

eazybit commented 5 years ago

Hi,

We are using Qdt components inside our Angular 6 project. Here is the package dependencies: "@angular/animations": "~6.0.0", "@angular/common": "~6.0.0", "@angular/compiler": "~6.0.0", "@angular/core": "~6.0.0", "@angular/forms": "~6.0.0", "@angular/http": "~6.0.0", "@angular/platform-browser": "~6.0.0", "@angular/platform-browser-dynamic": "~6.0.0", "@angular/router": "~6.0.0", "core-js": "^2.5.4", "jquery": "^3.3.1", "qdt-components": "^1.3.13", "rxjs": "~6.3.3", "zone.js": "~0.8.26"

Here is the configuration object: config: { "host": "", "secure": true, "port": 443, "prefix": "", "appId": "" }, connections: { "vizApi": true, "engineApi": true }

Here is the 'QdtViz' configuration type: 'QdtViz', props: { id: '', height: '300px' }

The Angular UI successfully launch the Qdt component, but it has a lot of console errors which pointing our AngularJS code on the server. The user interaction is not working. When I click the filter panel, no dropdown is shown. When I click the grid header, it's not doing sorting. If I directly open the Qlik app through URL, everything works just fine.

Here is the screenshot of the console error:

screen shot 2018-12-21 at 2 59 10 pm
fkabinoff commented 4 years ago

have no idea. sorry just getting around to this. hopefully resolved by now. if not open a new issue. closing due to age.