Skip to content

Wrong resized height of splitter when its height is expanded to 100% #7226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
magdalenaan opened this issue Feb 27, 2023 · 2 comments
Closed
Assignees
Labels
Bug C: Splitter FP: Completed Sync status with associated Feedback Item jQuery Regression Broken functionality which was working previously SEV: Medium
Milestone

Comments

@magdalenaan
Copy link
Contributor

magdalenaan commented Feb 27, 2023

Bug report

If the splitter container has 100%, the height of the Splitter panes is changed when the splitbar is moved to the right or left.

Reproduction of the problem

  1. open the following example: https://dojo.telerik.com/@sspasova/IdAJaPeM
  2. move the splitter to right and left
  3. The height of panes is different depending on moving the Splitbar to the left or right

Current behavior

The panes of the splitter have the wrong height when it is moved to the left and the correct one when it is moved to the right.

Expected/desired behavior

Splitbar panes should have the same height regardless of splitbar moving.

Tip for fixing

When the splitbar is moved to the left, the left position of the second splitbar pane should be updated before its width. For now, it is updated after it, which causes showing a horizontal scrollbar of the Splitter parent for a moment. As a result, the Splitter pane height is miscalculated.

Environment

  • Kendo UI version: 2024.1.130
  • jQuery version: 3.4.1
  • Browser: [all]
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Feb 27, 2023
@magdalenaan magdalenaan changed the title Wrong resized height of splitter when its height expanded to 100% Wrong resized height of splitter when its height is expanded to 100% Feb 27, 2023
@ag-petrov ag-petrov removed the Triaged label Mar 5, 2024
@martintabakov
Copy link
Contributor

Regression with 2022.1.119

@martintabakov martintabakov added the Regression Broken functionality which was working previously label Jul 22, 2024
@pepinho24 pepinho24 self-assigned this Aug 30, 2024
@pepinho24
Copy link
Contributor

This should be fixed with the introduction of the flex based rendering of the Splitter

@sspasova sspasova self-assigned this Nov 8, 2024
@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Nov 11, 2024
@sspasova sspasova added this to the 2024 Q4 (Nov) milestone Nov 11, 2024
@sspasova sspasova added the Next Release Item that will be included in the next official release label Nov 11, 2024
@kendo-bot kendo-bot removed the Next Release Item that will be included in the next official release label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Splitter FP: Completed Sync status with associated Feedback Item jQuery Regression Broken functionality which was working previously SEV: Medium
Projects
None yet
Development

No branches or pull requests

6 participants