-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Middle pane snaps to zero after third pane appears and first pane resizes #83
Comments
Hi, I know this is an old issue - I apologies, got distracted. I don't see anything wrong with the pseudo code above. in any case a REPL will help reproduce the issue. |
Problem still exists with 0.8.2 |
FYI, I can reproduce. it's late and I am tired. will try to look at it in the next few days. |
looking at the pseudo code above, I am pretty sure it's the snap logic. good night. |
Hi, it appears snap is off by default, and I haven't enabled it (I think), so, I don't know what to do. |
Since reviewing your pseudocode, I have identified the issue. note this line Regardless, a better approach for now would be either,
Let me know how it goes, |
Thanks for approach 2. I'd already removed the 'snapsize=20' and the problem was still there, but by just changing the Pane size, instead of adding and removing it, things work as expected:
|
I will address it as soon as I find time. We will leave the ticket open for further discussion. |
ok, slightly complex, but the app starts out with two panes shown, the left and middle panes. the user can opt to show the third pane on the right, which pops up at 10%. So far so good. However, if you touch the slider between the left and middle panes, the middle pane snaps to zero size. The only way to re-adjust it is to drag the right pane just a bit. Then, it's possible to adjust the size of the left and middle panes. It's far from fatal - and I won't stop using the package - it's great - but it's not ideal.
Here's the bit of code I'm using:
When right pane opens:
After trying to adjust left and middle panes:
The text was updated successfully, but these errors were encountered: