Our state of the art Gantt chart


Post by trail »

Hello,

I noticed that the tooltips for dependencies are not shown in a production build.
That can be reproduced on the advanced angular demo (just use the production build).

I tracked it down to following angular build options:

"optimization": true,
"buildOptimizer": true,

if one of these settings is different (e.g. "buildOptimizer": false) the tooltips are working again.
But the combination these two options prevent the tooltips to be shown.


Post by tasnim »

Hi trail,

Thanks for your report. We'll investigate it. Here is the ticket to track progress https://github.com/bryntum/support/issues/11557

Best regards,
Tasnim

How to ask for help? Please read our Support Policy


Post by S.R. »

Hi,

what's the status of the corresponding bugfix?
We need a fix for the problem as we have no dependency tooltip in our app at the moment.

Thanks for any update!


Post by tasnim »

Hi there,

Unfortunately, no updates for now. Meanwhile, a known workaround is to disable the build optimizer for production. In angular.json set for the production config:

    "optimization": true,
    "buildOptimizer": false

Please subscribe to the ticket so you'll be notified of any updates.

Thanks for your patience!

Best regards,
Tasnim

How to ask for help? Please read our Support Policy


Post by S.R. »

Hi,

setting buildOptimizer to false is unfortunately not an acceptable workaround for us as it doubles the size of our deployed files.


Post by alex.l »

Hi,

I notified PM about your request. We will try to raise prio for this problem.

All the best,
Alex Lazarev

How to ask for help? Please read our Support Policy


Post by alex.l »

The prio is raised to high-prio

All the best,
Alex Lazarev

How to ask for help? Please read our Support Policy


Post Reply