hbatalhaStch / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers
https://stephenchou1017.github.io/scheduler/#/
MIT License
22 stars 8 forks source link

Dragging and dropping event in such a way that chart "scrolls", the even is dropped at some other place #25

Open shivamjjha opened 1 year ago

shivamjjha commented 1 year ago

Checklist

Describe the bug

Try dragging an event from one end of chart to another end in such a way that the chart would scroll Seems it gets dropped to the point where 'it would be, had the chart not scrolled'

https://github.com/hbatalhaStch/react-big-scheduler/assets/44032634/f71d72ad-4134-4453-88b9-e01b8e0fa4f6

Reproduction Link/Code

This is present in examples directory's DragandDrop.js

https://github.com/hbatalhaStch/react-big-scheduler/blob/a10d26c06e2a70f52d8e66804b9098fb947bdfac/example/DragAndDrop.js

Steps to reproduce

  1. Clone https://github.com/hbatalhaStch/react-big-scheduler.git
  2. install deps and go to http://localhost:8080/example/#/draganddrop (or on port on which the project is running)
whoafridi commented 2 months ago

@shivamjjha brother, this problem is solved yet or not ?