angular-gridster2 icon indicating copy to clipboard operation
angular-gridster2 copied to clipboard

Dragging gridster item to top not auto scrolling the page

Open rahul051296 opened this issue 5 years ago • 4 comments

I am trying to implement a dashboard, the length of my dashboard goes beyond the view of the page, when i try to drag an item from the extreme bottom of the page to the extreme top. The expected behavior is that the page will scroll up with the drag. But, this does not happen here. Is there some property to enable this?

rahul051296 avatar May 08 '19 05:05 rahul051296

Hi @rahul051296 , Currently the grid only scrolls in it's own container it will not scroll any outside containers. This is because the drag/resize are not made with native HTML5 drag and drop and current implementation does not support this use.

tiberiuzuld avatar May 12 '19 17:05 tiberiuzuld

I have the same question, can you give any suggestion?

hijamoya avatar Dec 14 '19 02:12 hijamoya

Hi @tiberiuzuld !

Does this feature already supported in this package? I am dealing same issue.

Thanks.

gitalvininfo avatar Jun 23 '21 09:06 gitalvininfo

Hi @tiberiuzuld ! Any solution for this issue ?

vuboi avatar Jan 11 '24 08:01 vuboi