-
Notifications
You must be signed in to change notification settings - Fork 56
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
Panel and Group default sizes and bounding dimensions #640
Comments
Not sure if it fits this issue but I'd like to request a change of behaviour when dragging a panel onto another panel to create a group with tabs. Let's look at an example where I have a window that is 1000px wide and three panels A, B, C next to each other. A and C are 100px wide each, and B in the middle takes the remaining 800px. Current Behaviour: Desired Behaviour: |
Piece of advice here: Might be worth considering using the Flexbox model directly |
Just CSS flex does not give me docking functionality... or do you mean something else? |
1.17.1 Releases changes related to initial, maximum and minimum sizes as well as a small change to prevent group resizing when moving groups. See http://localhost:3000/docs/core/panels/add#minimum-and-maximum See #708 for continued work on group size preservation |
minimum and maximum width/height doesn't work on floating windows |
To implement
priority
where certain panels will be offered free space / have space taken from them first/last.The text was updated successfully, but these errors were encountered: