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

Export feature yields corrupted PDF when chart is scrolled down #970

Closed
matsbryntse opened this issue Jun 20, 2020 · 1 comment
Closed
Assignees
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed pdf export resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@matsbryntse
Copy link
Member

Forum post

Hi!

This is quite simple to replicate:

Open the Export demo
add the row number column for quick visual result:

        { type: 'rownumber' },

Now the important step: scroll down the Gantt. Make it all the way down just to be sure.
Hit the export button, and validate

Results:
The exported PDF shows rows starting at 21, goes to 41 then starts again at 21 and stops at 40
So rows from 1 to 20 are missing
Most Gantt elements are missing from the first group of rows.

Expected:
Starting row is 1
all rows and their Gantt elements are visible.

Additional info:
RootCause link: https://app.therootcause.io/5fe1fa3cc89e45115095fdf27fb3f0dd68eea198
This is similar to viewtopic.php?f=52&t=14330

@matsbryntse matsbryntse added bug Something isn't working forum Issues from forum high-priority Urgent to have fixed labels Jun 20, 2020
@bmblb
Copy link

bmblb commented Jul 20, 2020

This is essentially duplicate of #933

@bmblb bmblb added resolved Fixed but not yet released (available in the nightly builds) pdf export labels Jul 20, 2020
@matsbryntse matsbryntse added this to the Gantt 2.1.7 milestone Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed pdf export resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

2 participants