React-sortable-hoc: With a Grid, last item of a row does not move to the next one while dragging

Created on 8 Dec 2019  路  2Comments  路  Source: clauderic/react-sortable-hoc

Hello there ; I'm having a hard time figuring out why, with a Grid, on dragging one item into a row, the last one of the row does not go the next one? Has someone already encountered this? Thanks a lot!

Screen Recording 2019-12-08 at 10 50 PM

Most helpful comment

I am also experiencing this and it looks like this issue is the same as: #617

The solution posted there is to add a overflow: auto to the parent item of the grid and this solution also works for me. I believe the underlying issue is that grid is looking at the width of the window vs the actual grid block item so the items aren't wrapping correctly (try shrinking your browser window to the exact width of your grid to confirm this).

@sarahzinger / @clauderic -- any insights you have would be super helpful!

All 2 comments

I am also experiencing this and it looks like this issue is the same as: #617

The solution posted there is to add a overflow: auto to the parent item of the grid and this solution also works for me. I believe the underlying issue is that grid is looking at the width of the window vs the actual grid block item so the items aren't wrapping correctly (try shrinking your browser window to the exact width of your grid to confirm this).

@sarahzinger / @clauderic -- any insights you have would be super helpful!

It also works for me! Thanks a lot @I3rendan

Was this page helpful?
0 / 5 - 0 ratings

Related issues

botoxparty picture botoxparty  路  3Comments

silvenon picture silvenon  路  4Comments

sami616 picture sami616  路  4Comments

ricokahler picture ricokahler  路  3Comments

Jessidhia picture Jessidhia  路  4Comments