You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have three SplitterPanels within a vertical Splitter. Only the middle panel, Panel 2 has a minSize.
The upper gutter is working fine. The lower gutter not.
If you drag thw lower gutter, minSize is applied to Panel 3 instead of Panel 2.
If you drag the lower gutter up, minSize is not working for Panel 2.
If you drag the lower gutter down, the minSize is applied to Panel 3, which does not have a minSize.
tugcekucukoglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Oct 20, 2023
Describe the bug
I have three SplitterPanels within a vertical Splitter. Only the middle panel, Panel 2 has a minSize.
The upper gutter is working fine. The lower gutter not.
If you drag thw lower gutter, minSize is applied to Panel 3 instead of Panel 2.
If you drag the lower gutter up, minSize is not working for Panel 2.
If you drag the lower gutter down, the minSize is applied to Panel 3, which does not have a minSize.
Reproducer
https://stackblitz.com/edit/lsrnxm?file=src%2FApp.vue
PrimeVue version
3.37.0
Vue version
3.x
Language
ES6
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
go to reproducer
drag the lower gutter up or down
minSize is applied to Panel 3 instead of Panel 2
Expected behavior
minSize should work for Panel 2 only. and for both gutters.
The text was updated successfully, but these errors were encountered: