Wrong resized height of splitter when its height is expanded to 100% #7226
Labels
Bug
C: Splitter
FP: Completed
Sync status with associated Feedback Item
jQuery
Regression
Broken functionality which was working previously
SEV: Medium
Milestone
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
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
The text was updated successfully, but these errors were encountered: