Our pure JavaScript Scheduler component


Post by wicher »

Hi!
Pls watch the attached video. I have a weird bug where turning on

constrainDragToResource

causes this event snap behaviour which works fine for two rows of the resource but trying to move event from third row and others causes weird misalignment of the cursor and the event which leads to some shift to startDates of the drop :C

my current config for drag and drop:

eventDragFeature: {
        unifiedDrag: false,
        constrainDragToTimeline: true,
        constrainDragToResource: true,
      },

Post by ghulam.ghous »

Hi there,

I have tried this and was not able to reproduce this issue. Any chance you can share a runnable test case with us along with clear steps to reproduce this issue? You can use our online examples as a standard and add minimum config required to reproduce this issue. Also I was not able to find any attached video to this post. If you are having troubles uploading it, you can zip it and upload it or upload it on google drive.

Regards,
Ghous


Post by wicher »

Ahh yes, I didnt attach the file xd. Its too big so I'll post drive link
https://drive.google.com/file/d/1jMbdFFD0BF8x4V2hkRQBrF-rmjCv7vJp/view?usp=sharing


Post by ghulam.ghous »

Hi Wicher,

I tried the config you provided in our online example https://bryntum.com/products/scheduler/examples/frameworks/react/javascript/simple/build/ but the issue was not reproducible. I can see the issue in video but unfortunately we cannot say what is causing this issue. This might be a combination of some config or can be anything. So we need a test case where we can reproduce this issue.

Regards,
Ghous


Post Reply