Skip to content

Can drag pane beyond min-size #160

Description

@truesteps

Heya! I have an issue, where I have defined a size of 20 and a min size of 15 for a pane, but whenever I try and drag the pane beyond under the min size, it is allowed to.

It feels like there is some sort of easing.

What is funny, that it also resizes the splitpane on the right. I have 3 columsn and the first column has min size, if I drag it under the min size, the last column also gets smaller as if the middle pane is pushing in between them.

These three panes are in a horizontal pane as well. Two horizontal and three vertical in the first horizontal.

code:

<splitpanes class="custom-theme" horizontal :push-other-panes="false" :dbl-click-splitter="false">
				<pane size="80">
					<splitpanes
						class="custom-theme splitpanes__inner"
						:horizontal="$vuetify.breakpoint.mdAndDown"
						:push-other-panes="false"
						:dbl-click-splitter="false"
					>
						<pane min-size="15" size="20">
						</pane>

						<pane size="40" class="splitpanes__pane--relative">
						</pane>

						<pane size="40">
						</pane>
					</splitpanes>
				</pane>

				<pane size="20">
                                </pane>
</spitplanes>

I attached a video.

Screen.Recording.2022-04-04.at.11.48.38.mov

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions