Premium support for our pure JavaScript UI components


Post by asd »

Hi Bryntum Team,

When you drag and drop any task to the user, the task is assigned to random user.

Steps: Drag the task to the user on the top do not drop it there, scroll the scheduler and then drop the task, it is assigned to some other user in top.

Was able to repro in (https://www.bryntum.com/examples/scheduler/dragfromgrid/)

Have also shared the feedback.

Thanks,
Abhay


Post by alex.l »

Hi asd,

Could you please make a video? If I understood you correct, you are trying to drop an event on the left-side grid, but it is not a droppable zone, so if you dropped the event over that zone, the drag-n-drop operation will be rejected.

All the best,
Alex


Post by asd »

Hi Alex,

Am not dropping on left side grid, was trying to drop on the scheduler.
From the examples https://www.bryntum.com/examples/scheduler/dragfromgrid/

Drag and hold the task "Book Flight" on the scheduler for the user "Dave" then scroll the scheduler horizontally holding the task, now when the task "Book Flight" is on "Henrik" drop the event, you can observe the task is assigned to "Dave"

Thanks,
Abhay


Post by pmiklashevich »

When I drop the task on Dave it is assigned to Dave. When I drop the task on Henrik, it is assigned to Henrik. Please make a video. Open this URl with the video enabled, perform the actions, and use the gray "Feedback" button on the right to submit a new report. Then we will get all the info to reproduce. Cheers!
https://www.bryntum.com/examples/scheduler/dragfromgrid/?video=1

Pavlo Miklashevych
Sr. Frontend Developer


Post by pmiklashevich »

then scroll the scheduler horizontally holding the task

Reproduced. You meant vertically. Mouse wheel is required to have this action done. It looks like the target position is not accurate, and it's taken based on the cursor position. This is demo code, you can adjust according to your requirements: Scheduler/examples/dragfromgrid/lib/Drag.js

Here is the ticket to improve the demo: https://github.com/bryntum/support/issues/2706

Pavlo Miklashevych
Sr. Frontend Developer


Post by asd »

Sorry my bad, yeah i meant scrolling vertically with mouse wheel, Will there be any fix available for the same and what would be the ETA?

Thanks,
Abhay


Post by alex.l »

Hi Abhay, we aimed to fix it with 4.1.2 version release. Unfortunately we cannot give you any estimations now. Please subscribe on the ticket updates to be notified when it fixed.

All the best,
Alex


Post by asd »

Hi Alex,

Is this fixed as part of 4.1.2 release?

If not : By when this would be available?

As this is affecting the customers in prod and they are escalating the issue. Please give the timelines as in when the fix would be available so that same would be communicated to the customers.

Thanks,
Abhay


Post by mats »

Is this fixed as part of 4.1.2 release?

No, you can check the status in the link above in Github (says New still).

If not : By when this would be available?

Likely our 3.1.4 release so hopefully the coming 2-4 weeks.


Post by asd »

Hi Team,

As I can see this is tagged to 4.1.4 version, Any update on the release of 4.1.4?


Post Reply