Drag events issue on scroll
See original GitHub issueDescribe 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
:- Browser name and version:
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Pairing a Javascript drag event with a scroll event
In your scroll event handler you do not fire the drag event. You only set the div position which doesn't cause the drag...
Read more >Drag to scroll
Drag to scroll. User often uses the mouse to scroll in a scrollable container. ... The cursor: grab indicates that the element can...
Read more >Using the event "on drag start", auto-scroll doesn't work ...
- As a result, I used the event "on Swipe Up" and it works - the panel moves and is still scrollable. However,...
Read more >Scroll list how to handle click and drag for better experience?
But that button is messing up the smoothness of the drag-scroll, ... Now, the problem I'm facing is that because I override the...
Read more >Drag'n'Drop with mouse events
But native Drag Events also have limitations. For instance, we can't prevent dragging from a certain area. Also we can't make the dragging ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should be fixed now in
0.27.5
! (Note in the example you gave, you’ll need to make themwl-calendar-day-view
component scrollable instead and addmwlDraggableScrollContainer
to it so the drag and drop library knows which is the scrollable container)@eshan1987 can you make a runnable repro on stackblitz or something that shows the problem?