Our pure JavaScript Scheduler component


Post by antonionunes »

With allowOverlap disabled, resizing a multi-assigned event that is not on same resource as conflict will create overlap.

To reproduce the problem:

  • open multi assignment demo: https://bryntum.com/products/scheduler/examples/multiassign/
  • change code to include allowOverlap: false, in the scheduler configuration
  • add 'Macy' to multi assigned event
  • resize event using any other resource assigned (except Macy) to the right, until overlap is shown
  • Macy now has overlapped events

This doesn't happen on drag (conflict is detected) nor if you resize the multi assigned event on the conflict resource.

Image

I've searched the forum but couldn't find a solution. Please redirect me if this was already reported or there's a solution.

Thank you

Last edited by antonionunes on Tue Mar 14, 2023 6:01 pm, edited 1 time in total.

Post by mats »

Looks like a bug yes, thanks for a crystal clear report! We'll investigate https://github.com/bryntum/support/issues/6356


Post by antonionunes »

Thank you for the quick reply and resolution. Glad to be of help!


Post Reply