SublimeText / Origami

Split the window however you like! Create new panes, delete panes, move and clone views from pane to pane.
MIT License
1.21k stars 82 forks source link

Pane size freezes--can't make smaller #135

Closed NL33 closed 6 years ago

NL33 commented 6 years ago

This package is awesome. However, I have this issue::

After I create new panes with Origami, when I move my cursor over the separator line (to the left of a pane), and then try to resize the pane, the pane sometimes gets "stuck", and seems to take on a minimum width--so I can no longer make that pane less wide.

If I destroy that pane, then the other panes STILL are not able to go beyond the minimum width. Its like there is an invisible line created that no pane can move to the right of.

Happens whether there is a tab there or not.

Anyone else experience this?

I am on: macOS High Sierra 10.13 Sublime Text 3.0, Build 3143

NL33 commented 6 years ago

Update: this seems to happen if I have panes on top and panes on bottom that are not linked. So if I 1) start with a blank window, then create a pane below; then 2) on both the top and the bottom, create a pane to the right.

So the top and the bottom have two panes (four panes total), and I can resize the top panes without affecting the bottom panes.

When I do this, it happens that the pane resizing can get frozen, so I am not able to resize below a certain (wide) width for a pane.

NL33 commented 6 years ago

Just some more detail: I believe the issue is that if I have independently moving panes on top, and separate independently moving panes on bottom, the panes on top are always set to be wider than the ones on bottom.

Example: 3 independent panes on top, and 3 independent panes on bottom (independent meaning you can move the ones on top without affecting the size of the ones on bottom). The middle pane on top will always reset so that it is wider than the middle pane on bottom.

It helps me to understand this, but ideally this would not happen. Is it a bug?

adzenith commented 6 years ago

This sounds like a duplicate of this issue: https://github.com/SublimeText/Origami/issues/72