Our state of the art Gantt chart


Post by methode »

Hello mats,

I updated to 2.1.3, unfortunately the issue is still there.

Post by pmiklashevich »

Reproduced. There is a bug in our module bundle. Our angular/react demos use umd by default. We will investigate. Ticket here: https://github.com/bryntum/support/issues/791

Thanks for the report!

Pavlo Miklashevych
Sr. Frontend Developer


Post by methode »

Hello Pavel,

thanks a lot, good to know you could reproduce it.

Post by methode »

Hello Pavel,

have you got news about current issue? More or less, can you tell when the fix will be available?

Thank you


Post by pmiklashevich »

Hello,

It's marked as a high priority ticket for next patch release, so I believe we will address it soon. Stay tuned!

Cheers!

Pavlo Miklashevych
Sr. Frontend Developer


Post by methode »

Ok, I saw it, thank you


Post by sergey.maltsev »

Hi, methode!

Issue has been fixed today.

It is related to using this code in Angular application, which replaced native Promise class so our code works incorrectly.

This code in src/main.ts

// Moved from polyfills.ts to main.ts for proper support of UMD bundle which contains polyfills.
// Revert this change to use project module bundle.
import 'zone.js/dist/zone';  // Included with Angular CLI.

You could try to revert this change in app code or download latest nightly build tomorrow and check.


Post by methode »

Hello Sergey,

great, thank you. Ok I'll go with the nightly build and test it in my app.
I'll report you with my code test.


Post Reply