Navigate previous/next when dragging event to edges
See original GitHub issueOriginally reported on Google Code with ID 2277
I'm trying to get dragScroll (http://fullcalendar.io/docs/event_ui/dragScroll/) working,
but when a dragged event reaches the edge of the calendar, nothing happens.
jsFiddle - http://jsfiddle.net/9c2hdzd1/1/
Reported by dan@tappcandy.com
on 2014-09-05 10:57:46
Imported with 3 stars.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:27
- Comments:56 (9 by maintainers)
Top Results From Across the Web
HTMLElement: drag event - Web APIs | MDN
The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user.
Read more >Scroll Schedule when dragging appointment in UI for WinForms
Hi, In week view, is it possible to auto scroll the schedule when dragging the appointment to the right or left edges of...
Read more >HTML DOM Event Object - W3Schools
Property/Method Description Belongs To
animationName Returns the name of the animation AnimationEvent
composed Returns whether the event is composed or not Event
data Returns the inserted...
Read more >trigger event when draggable hit edge of containment
You can use the drag function to return the position of the draggable element while it's being moved. Compare that against the position...
Read more >Vue Cal - GitHub Pages
In this example, the event "drag-creation" only starts after dragging 15 pixels, which allows navigating even with an accidental move while double-clicking. try ......
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
I want this for my application
Both Google and Apple calendar have the ability to drag and drop to previous and next day by dragging and holding to the left or right. For people like me whose schedule changes on the fly throughout each day, it’s a huge help to have the ability to drag and drop from one day to the next. This is a MUST HAVE feature for any calendar and it’s strange how no calendars (except Google and Apple) have this feature. This would make your calendar stand above the rest! Please add it! =)