react-nestable icon indicating copy to clipboard operation
react-nestable copied to clipboard

Issue when dragging inside of a container with overflow auto.

Open woutergovaert opened this issue 6 years ago • 9 comments

Hey,

I am using your component inside a modal window that has a vertical scrollbar. When I drag an item that is out of view the offset of the item is wrong.

woutergovaert avatar Jul 22 '19 14:07 woutergovaert

Do you maybe have any news on this?

woutergovaert avatar Jul 29 '19 11:07 woutergovaert

Hello. Would you like to help, creating a fix PR? =]

primetwig avatar Jul 31 '19 09:07 primetwig

Hello,

I am currently on holiday, I'll try to find some time after my holiday.

Verzonden vanaf mijn Huawei mobiele telefoon

-------- Oorspronkelijk bericht -------- Onderwerp: Re: [primetwig/react-nestable] Issue when dragging inside of a container with overflow auto. (#29) Van: primetwig Aan: primetwig/react-nestable Cc: Wouter Govaert ,Author

Hello. Would you like to help, creating a fix PR? =]

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/primetwig/react-nestable/issues/29?email_source=notifications&email_token=AACW6DBYEQLCAGPXG266HBLQCFI4PA5CNFSM4IFZJURKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3GTKDA#issuecomment-516764940, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AACW6DFAVTVHSFL56NUO6HLQCFI4PANCNFSM4IFZJURA.

woutergovaert avatar Jul 31 '19 15:07 woutergovaert

Any update on this? I'm having the same issue.

Thanks

joshweinmann avatar Feb 03 '20 20:02 joshweinmann

Same issue

Batuhan-Akkaya avatar Apr 18 '20 16:04 Batuhan-Akkaya

I took manuelbeier code and applied to the latest 2.0.0 version and tested. It works great. It would be nice to merge the pull request back in.

JoshuaHintze avatar Mar 20 '22 16:03 JoshuaHintze

Thanks, GimpMaster

joshweinmann avatar Mar 21 '22 13:03 joshweinmann

Did someone fix this? Because I have a problem when dragging the item, the item is hovering far above the cursor.

vionakaleb avatar Oct 31 '22 08:10 vionakaleb

Did someone fix this? Because I have a problem when dragging the item, the item is hovering far above the cursor.

.nestable-drag-layer>.nestable-list { margin: 10px !important; }

You can apply this code in your css for temporary solution.

Shanky1001 avatar Jan 05 '23 12:01 Shanky1001