Premium support for our pure JavaScript UI components


Post by kevin.snps »

Hello, We tried upgrading to latest scheduler pro version which are 5.0.4 and 5.0.3 .
But In our case we have issues with these latest versions.
Some of the issues we noticed are .

*) Events when resized or drag-n-dropped once, cannot be resized or dragged-n-dropped after the initial resize.

Our current version which works fine - 4.3.9

Scheduler_Pro_439.gif
Scheduler_Pro_439.gif (1.48 MiB) Viewed 337 times

Latest versions which we are trying to upgrade - 5.0.4 and 5.0.3

Scheduler_Pro_503.gif
Scheduler_Pro_503.gif (1.92 MiB) Viewed 337 times

Post by alex.l »

Hi kevin.snps,
What's in console? How can we reproduce that?

All the best,
Alex


Post by kevin.snps »

Hi alex,
sorry we have forgotten to give you the datas.

The console error we got is as the screen capture below.

image (1).png
image (1).png (24.47 KiB) Viewed 308 times

And I have made some mistake about the situation, and the issue occurs only after the first drag-n-drop event, and not with the resizing.

I will also attach the json file, which we are setting as the project of the scheduler.

Attachments
data.json
(5.6 KiB) Downloaded 31 times

Post by alex.l »

I cannot use the data format you posted. I used tasks/dependencies/assignments from your json and after load I see Id collision error in the console. Because you used an empty string as ids for assignments.
After I fixed that I see two events with dependency line and no errors while drag and drop.
Please try to reproduce your issue in one of our examples. Apply required changes and post the code here. We need something we can run and debug to help you.

All the best,
Alex


Post Reply