Add specification for minimum size constraints on dock manager panes#121
Closed
Add specification for minimum size constraints on dock manager panes#121
Conversation
Co-authored-by: mtsvyatkova <11231206+mtsvyatkova@users.noreply.github.com>
Co-authored-by: mtsvyatkova <11231206+mtsvyatkova@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add minimum width setting for IgrDockManager content panes
Add specification for minimum size constraints on dock manager panes
Jan 27, 2026
Contributor
|
@copilot Implement this feature in https://github.com/IgniteUI/dock-manager |
Contributor
Author
I understand you'd like this feature implemented in https://github.com/IgniteUI/dock-manager. However, that repository is not currently available in my environment. I'm working in the igniteui-dockmanager repository which appears to be a documentation-only public repository. Could you clarify:
Currently, I've created comprehensive specifications in this repository that can guide the implementation. If you'd like me to implement the actual code changes, I'll need access to the source code repository. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Users cannot set minimum width/height for content panes and split panes. The existing CSS workaround (
.sc-igc-split-pane-component-h { min-width: XXpx }) fails because splitter drag operations ignore these constraints.Proposed API
Component-level defaults:
Pane-level overrides:
Specification Documents
Key Implementation Points
Target: v1.19.0 (no breaking changes)
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.