-
-
Notifications
You must be signed in to change notification settings - Fork 876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drag events issue on scroll #838
Comments
Hi, @mattlewis92 any solution to this issue facing the same issue. |
Hi, I have used interact.io an external library to the hour segments. The only thing i felt is that the dragging lags a bit since two libraries are attached to the element. |
There's currently no support for auto scrolling when dragging and dropping, however I believe this library may be able to do the heavy lifting. If someone wanted to make a PR to the drag and drop lib that integrates the auto scroller lib that would be awesome 👍 |
Should be fixed now in |
Hi @mattlewis92,
sp-calendar-scroll class enables scrolling for that div. I'm trying to drag and drop an external event to my calendar but my scrolling is not working. Could you please let me know what I'm doing wrong here. |
@eshan1987 can you make a runnable repro on stackblitz or something that shows the problem? |
Describe the bug
Hi,
I have divided my day view into 15 mins slots and I have made the calendar scrollable.
Now on dragging an event from top to bottom the calendar is not scrolling automatically.
The event is coming along with the pointer but not dropping in the correct time.
Minimal reproduction of the problem with instructions
You can replicate the issue in the below link
Try to drag the event from 12 and drop it in 10 it will drop in some other time.
Screenshots
Versions
Angular 4
@angular/core
:angular-calendar
:The text was updated successfully, but these errors were encountered: