reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
300 stars 119 forks source link

Drop down does not scroll but can drop up and scroll #22

Closed 1456118242 closed 6 years ago

1456118242 commented 6 years ago

drop

Please see my picture What do you think is the problem?

reppners commented 6 years ago

This library does not implement any mechanism to help scrolling while dragging. Each browser behaves differently, maybe even operating system dependent.

Did you try to deactivate the transition on dragover?

1456118242 commented 6 years ago

Not the issue of transition on dragover. I am very depressed when dragging up can scroll but dragging down can't scroll. I saw your demo no such problem. Thank you very much

1456118242 commented 6 years ago

When dragging down can not respond to this dom scroll event

1456118242 commented 6 years ago

Thank you @reppners

reppners commented 6 years ago

So was your issue solved somehow?

1456118242 commented 6 years ago

Yes

chetankh23 commented 5 years ago

@1456118242 How you managed to get the scroll working ?