Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular Gantt Chart: Browser hangs if drawing gantt chart with dependencies #1199

Open
tkr4711 opened this issue Aug 18, 2021 · 1 comment
Open

Comments

@tkr4711
Copy link

tkr4711 commented Aug 18, 2021

Bug Report

Package versions:

devexteme version: 21.1.5
devextreme-angular version: 21.1.5
angular version: 12.2.1

Steps to reproduce:

  1. Create angular application and add devextreme to your app
  2. Use code example "overview" from devextreme angular gantt website https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/Overview/Angular/Light/
  3. call 'ng serve -o'
  4. Browser opens and hangs infinitely (safari, chrome), no gantt is rendered

II was able to isolate the problem: If I remove depencies datasource from app.component.html, everything works fine, gantt chart is drawn but without drawing dependency arrows of cource. I reduced the example to only a single dependency but that did not help.

So remove this from app.component.html and the example works:
<dxo-dependencies [dataSource]="dependencies">

Current behavior:

browser hangs / is not responding any more

Expected behavior:

showing the example gantt chart with dependency arrows

@tkr4711
Copy link
Author

tkr4711 commented Aug 23, 2021

Downgrading devExtreme and devextreme-angular to Version 20.2.9 solved the problem.
So it's a bug of version 21.1.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant