Description
When the window is resized, if there is a pane with minSize and the user tries to resize the panes, the panes revert to their sizes before the resize
- igniteui-angular version: 18.2.x
- browser:
Steps to reproduce
-
Run the following sample
-
Resize the first pane to its minSize
-
Shrink the window's width
-
Try to resize the panes, the panes are reverting to their sizes before the resize
-
After a few tries the panes start resizing
Result
The panes are reverting to their sizes before the resize and after a few tries they start to resize correctly
Expected result
The last size of the panel during the drag interaction should remain.
Attachments
