dragScroll event dragging should scroll document scrollbars
See original GitHub issueOriginally reported on Google Code with ID 2496
Can't drag and drop event from first date cell to last date cell on one time pick and
drop action(scroll is now going down respect to event draging)
same issue for day and week view
Reported by digvijaysinh.jhala7
on 2015-04-30 11:15:29
- _Attachment: [fullcalendar_issue.jpg](https://storage.googleapis.com/google-code-attachments/fullcalendar/issue-2496/comment-0/fullcalendar_issue.jpg)_
Imported with 1 stars.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:3
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Drag to scroll - HTML DOM
As long as the element is scrollable, we can scroll it to given position by setting the scrollTop or scrollLeft property: const ele...
Read more >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 >ngx-drag-scroll - npm
Start using ngx-drag-scroll in your project by running `npm i ... Whether horizontally dragging and scrolling events is disabled. false.
Read more >41708 - Should be able to scroll in the viewport while dragging
When dragging links on a page, you should be able to scroll the page up by dragging up and scroll it down by...
Read more >ngx-drag-scroll - npm Package Health Analysis - Snyk
Learn more about ngx-drag-scroll: package health score, popularity, security, ... drag-scroll-disabled, @Input, Whether all draging and scrolling events is ...
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 understand the need for this. dragScroll should do this.
the reason the document is NOT getting scrolled is that the container div for the view has overflow:hidden (or auto?) and is considered the most immediate scroll parent, and auto-scrolling all the way up the chain of parents beyond the first scroll parent is not supported.
@arshaw maybe you have a suggestion… we’re using
v4
today. We show the FC inside a LWC in Salesforce. That all works brilliant. Dragging and re-sizing is working (we use the week view). We have slotDuration set to 15 minutus. And although dragScroll is enabled it doesn’t work. I had look at the parent div and setoverflow
to different values to no avail.https://watch.screencastify.com/v/sWb7L8nKSN9eWBY2L6On
The LWC template:
Thanks so much!