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
Describe the bug
When using a Panel component which is resizable then the user can shrink the side pane to beyond the side pane header's width (including the collapse button).
Setting panelMinSize would solve this but we are using this in a generic way so we'd like to be able to set the min-width of the Panel (or the panelMinSize) dynamically based on the header content.
To Reproduce
Steps to reproduce the behaviour:
Go to the Nova docs
Scroll to the "Enabling Resizability" example
Manually change the header text via Dev tools to a string which is longer than 150px
Click and drag the side pane
Expected behaviour
The side pane prevents the user resizing it below the minimum width of the side header (including the collapse button).
Screenshots
Clicking and dragging pane boundary
Click and drag released
Dev tools showing resizer min-width
Environment (please complete the following information):
OS: MacOS Catalina
Browser Chrome
Browser 89
Additional context
We have currently hit this issue on Nova 9 so a workaround, if available, would be appreciated until we can upgrade to Nova 11 (and Angular 11).
The text was updated successfully, but these errors were encountered:
ross-moug
changed the title
Able to resize a panel beyond collapse button (Nova 9)
Able to resize a panel beyond collapse button
Apr 6, 2021
Describe the bug
When using a Panel component which is resizable then the user can shrink the side pane to beyond the side pane header's width (including the collapse button).
Setting
panelMinSize
would solve this but we are using this in a generic way so we'd like to be able to set themin-width
of the Panel (or thepanelMinSize
) dynamically based on the header content.To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The side pane prevents the user resizing it below the minimum width of the side header (including the collapse button).
Screenshots
Clicking and dragging pane boundary
Click and drag released
Dev tools showing resizer min-width
Environment (please complete the following information):
Additional context
We have currently hit this issue on Nova 9 so a workaround, if available, would be appreciated until we can upgrade to Nova 11 (and Angular 11).
The text was updated successfully, but these errors were encountered: