react-beautiful-dnd icon indicating copy to clipboard operation
react-beautiful-dnd copied to clipboard

When dragging the item, the element's size and the drop area are not being recognized at their respective sizes.

Open wisepark-art opened this issue 1 year ago • 2 comments
trafficstars

Expected behavior

Our expectation is that when a user drags an element, the user should be able to perceive the changed sizes of the dragged element and the drop target.

Actual behavior

actual_bug_dnd

Currently, the development progress looks as follows. When a drag event occurs, the size of the dragged item is reduced, but the drop area still maintains the same size as it was before the event occurred.

I have searched for similar items in the GitHub issue list. Then I read an article related to the 'onBeforeCapture' event and applied it to my code, but I could not solve the problem. If you have any experience with similar issues, please help me.

What version of React are you using?

  • react version "^18.0.0".

What version of react-beautiful-dnd are you running?

  • react-beautiful-dnd version "^13.1.1".

What browser are you using?

  • testing chrome version 120.0.6099.71

wisepark-art avatar Dec 27 '23 09:12 wisepark-art

I have same issue

NghiaDepTrai avatar Dec 28 '23 07:12 NghiaDepTrai

I have the same Question too

Cillivian avatar Mar 16 '24 07:03 Cillivian