DraggableContainer position is wrong after window resize
FlorentTomi opened this issue · 0 comments
Hello,
I've been experimenting a lot around the DraggableContainer and I think I've stumbled into an issue where the position of the container is messed up.
Here's a way to reproduce:
- Starting with the DraggableContainer D in a FlowLayout (vertical) F, window in its default non-maximized state
- Drag D around
- Maximize the window
- The container is usually pushed out of the window
- Back to the non-maximized window state
- The container doesn't come back to its original position
I'm not sure where the issue is. I've spent some time debugging, without success.
Here's what I've tried so far:
- Changing the DraggableContainer's parent
- Changing the DraggableContainer's child