Premium support for our pure JavaScript UI components


Post by jamesb »

Hello,

When rescheduling parent events around non-working time intervals, nested events may escape from their parent. The video below shows how it can happen after a couple drag&drops:

dragdropparent.mp4
(578.71 KiB) Downloaded 26 times

I noticed this issue when trying to reproduce this one: viewtopic.php?p=123602
The same test case can be used for this issue (code provided).

Thank you,
J


Post by marcio »

Hey James,

I noticed the "around non-working time interval" detail and was able to reproduce the issue. I created a ticket to fix that one https://github.com/bryntum/support/issues/6742

Thanks for the report!

Best regards,
Márcio


Post by dpontes »

Hi Marcio,

Do you know if #6742 would also fix this issue?

bryntum-child-events-issue-with-downtime.mp4
(579.19 KiB) Downloaded 18 times

When I drag a parent event over a downtime, you can see that if only the last child event is over the downtime, it will behave correctly, extending its time to account for the time lost during the non-working time.

But all the other events that are not the last child will just start messing the entire structure instead of properly extending the time.

Thanks!


Post by marcio »

Hey dpontes,

Thanks for the video and explanation. Is difficult to say if it's related or not, but I added a comment to the ticket to our team to check, if the behavior remains after the fix of the first behavior, we'll most likely open a new ticket.

Best regards,
Márcio


Post by alex.l »

Hi, the bug from your video will be fixed here https://github.com/bryntum/support/issues/6821
Basically, it's a feature request because it was never supported

All the best,
Alex


Post Reply