When resizing the splitbar fast in the Kendo UI Splitter, a ghost splitbar will appear.
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).
The Splitter's methods do not work as expected, resulting in broken layout.
Append, insertAfter, insertBefore - the layout is broken
Max, min methods - they have no effect.
Regression introduced with 2024.4.1112
Test the API examples for the above mentioned methods
Append, insertAfter, insertBefore break the Splitter's layout. Max, min methods don't do anything.
When the min option is set to the Splitter pane and then the Splitter is resized through the size method, the min is not taken into account.
The second pane has a width of less than 150px, although the configured min is '150px'.
The configured width should be taken into account.
We recently upgrade Kendo UI from version v2019.1.220 to 2019.2.619 and our user base is freaking out because they can't select the text on web pages that use the splitter.
https://dojo.telerik.com/IbARuWod