Premium support for our pure JavaScript UI components


Post by pmiklashevich »

Hello Mats!

I've found this ticket: https://github.com/bryntum/support/issues/2007
Is there a chance to bump its prio and get it done in the nearest future? The client is really looking forward to having the export.

Meanwhile I would suggest to state here in bold that Vertical mode is not supported: https://bryntum.com/docs/scheduler-pro/api/Scheduler/feature/export/PdfExport

Cheers,
Pavel


A few steps to repro with your demo
https://www.bryntum.com/examples/examples-scheduler/export/

  1. Update live code
    const scheduler = new Scheduler({
    
    mode: 'vertical',
    
    features : {
        dependencies : false,
    
    1. Click Export button
    2. Click Export in the dialog
      See the error
      Uncaught (in promise) TypeError: Cannot read properties of null (reading 'querySelectorAll')
          at DomHelper.children (schedulerpro.module.js:10:163487)
          at DomHelper.forEachSelector (schedulerpro.module.js:10:164642)
          at SinglePageExporter.prepareComponent (schedulerpro.module.js:68:337523)
          at async SinglePageExporter.export (schedulerpro.module.js:43:5196)
          at async PdfExport.export (schedulerpro.module.js:43:33457)
      
    Screen Shot 2022-06-11 at 21.03.21.png
    Screen Shot 2022-06-11 at 21.03.21.png (505.39 KiB) Viewed 396 times
    Screen Shot 2022-06-11 at 21.03.38.png
    Screen Shot 2022-06-11 at 21.03.38.png (526.93 KiB) Viewed 396 times
    Screen Shot 2022-06-11 at 21.03.58.png
    Screen Shot 2022-06-11 at 21.03.58.png (846.34 KiB) Viewed 396 times

Pavlo Miklashevych
Sr. Frontend Developer


Post by mats »

Hi Pavel,

Yes we'll try to get that addressed shortly, it should work well in both vertical and horizontal modes!


Post by stllmtbrt »

Hi,
I just discovered that pdf export in vertical mode does not work. Now I found this thread and the (still) open ticket.

Is there any update on this matter? When can we expect this to be fixed?


Post by mats »

We'll prioritize it now and it should be fixed shortly!


Post by stllmtbrt »

🙏🙏🙏
That's great news. I'm looking forward to the fix.


Post Reply