Search found 255 matches

I've tried setCacheEnabled on my side, but no change.

Here's an updated list of revisions, results and versions. I'm fairly confident 104.0.5109.0 is fine on my side. 1015884 ok 105.0.5132.0 1015732 ok 105.0.5130.0 1011902 ok 104.0.5109.0 1011860 ok 104.0.5109.0 1011810 ok 104.0.5109.0 1011515 ok 104.0.5108.0 1011283 ok 104.0.5107.0 1008526 ok 104.0.50...

I just realized you still have the problem on version 104.0.5109.0 which is way more up to date. Now I'm having a hard time finding that version in the snapshots repository. Still looking...

Revision 1015884 is version 105.0.5132.0
Revision 896293 is version 93.0.4555.0

Yes it is true on my end. If I force pyppeteer to use my OS google-chrome version 119.0.6045.199, the diagram is fully shown. So, I just proceeded to find the exact revision of chromium where the rendering broke. Here's what I found: 1015884 ok 896293 ok 727944 ok 711635 ok 705911 ok 703170 ok 70200...
Hi! I use pyppeteer , which is puppeteer for Python. It uses Chromium 71.0.3542.0 by default. It is quite old indeed... And so is pyppeteer at this point. I could force a later revision of chromium, but the doc warns this could break pyppeteer. I made sure the correct CSS was loaded. I made a mistak...
Hi!! Here's an easy one to replicate. Load the export demo: https://www.bryntum.com/products/gantt/examples/export/ Hit the export button and change the following settings: Paper format: legal orientation: landscape Export! Look at the PDF :!: All the bars are missing! And the gantt chart is still i...
Excellent! Thank you so much! class HighlightTimespanModel extends Model { static get fields() { return [ { name: 'startDate', type: 'date', format: 'YYYY-MM-DD' }, { name: 'endDate', type: 'date', format: 'YYYY-MM-DD' }, { name: 'surround', type: 'boolean' }, { name: 'name', type: 'string', }, { na...
Hi!! This is a followup post to https://forum.bryntum.com/viewtopic.php?f=52&t=21224 Here's how to replicate. Load the timespan demo: https://www.bryntum.com/products/gantt/examples/highlight-time-spans/ Change the definition of the second time span to this, which sets a task: { name : 'Go live'...
Hello! This is a followup question to https://forum.bryntum.com/viewtopic.php?p=105036 It's been a while ;) We have this little problem where a sync from BryntumGanttModel is triggered right during initial load of the dataset. It is caused by resolving the task of a timespan highlight, which is a cu...
What I mean is that if I follow the upgrade guide: LocaleManager.extendLocale has been deprecated. LocaleManager.applyLocale should be used instead. Old Code: LocaleManager.extendLocale('Es', { desc : 'Spanish', locale : { locale : { /* localization */ } } }); New code: LocaleManager.applyLocale({ l...