Some times calendar events are non-draggable after scrolling the window
See original GitHub issueHi. I faced a bug with dragging calendar events.
Describe the bug When the user add some events on calendar on week view and then scroll the window down and than scroll top, all the events on the calendar become non-draggable at all.
Minimal reproduction of the problem with instructions To reproduce this bug, you should add some events on the week view calendar and then scroll the window down and up. After that, events become non-draggable
Screenshots Here is a video how to reproduce the bug https://monosnap.com/file/j2XRjh3dWvmxodqLgHqCf3d1WMaInz
Versions
@angular/core
: 8.2.6angular-calendar
: 0.28.2- Browser name and version: Chrome 81
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
overflow clipping issue for dragging external events into ...
Dragging an external event from the list into the calendar works fine. However, while dragging it from external event box into the calendar(or ......
Read more >12 Google Calendar Tricks You're Probably Not Using | PCMag
Wondering how to share your Google Calendar? Want to add a new calendar? Here are the tips you need to keep you organized....
Read more >Chapter 5 Calendar Manager (OpenWindows User's Guide)
Display appointments and To Do items for a day, week, month, or year at a glance. Schedule a single or repeating event. Provide...
Read more >Drag and drop - Patterns - Human Interface Guidelines - Design
Using drag and drop, people can move or duplicate selected photos, text, and other content by dragging the selection from one location to...
Read more >Drag and Drop Email in the Calendar to Create Appointments
When Microsoft replaced the To-do Bar with the Peeks, they used a different navigation calendar control and it does not support drag and ......
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
Oh, I’ve just update @angular-devkit to 0.803.26 and this solved the problem. Thank you very much for help!
Hey there, sorry to hear you’re experiencing issues, please could you try upgrading to the latest version (
0.28.13
) as there have been a lot of fixes done around drag and drop in the last few versions. If you’re still having troubles can you make a minimal repro on stackblitz or something that shows your problem. Thank you! 😄