If you have a collapsible Kendo UI Splitter with 2 Panes and horizontal orientation, and one of them has size, the other pane will not be collapsible.
First pane remains at a fixed width.
The Pane should completely collapse similar to the 2024.3.1015 version(Dojo).
I did a quick fix for my 2-panes-layout.
I think it will work for yours as well:
Hi
I have come across the same issue, with slightly different parameters - can be seen here:
https://dojo.telerik.com/rdujgTqp
The splitter has vertical orientation and both sizes set, but resulting in the same issue.
Btw.: Setting sizes in both panes in the dojo from the original report will result in the same issue as well.
Additional info:
The "flex-basis" CSS property of the left open pane seems to be calculated in the wrong way - its value does not change on collapse, resulting in no change in the panes size.