Skip to content

Resizing a panel from the left to a contained limit is buggy #155

@kirat68

Description

@kirat68

Hello there,
Thank you for this nice piece of code.
Could you check this issue when resizing a panel to the left using containment ?
I have attached a video to show the problem that I think is related to the line 4211 of jspanel.js

   if (w <= maxWidth && w >= minWidth && w <= maxWidthWest) {

---> self.style.left = startLeft + (eventX - startX) / scaleFactor.x + xDif + 'px';
}

simplescreenrecorder-2021-02-27_13.06.53.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    infoinformation only

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions