Skip to content
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

Fix splitter resizing (#1805) #1806

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix splitter resizing (#1805) #1806

wants to merge 2 commits into from

Conversation

cospirho
Copy link

This is one way to fix #1805

This reverts the change of expandToMin from 6f6786d

Original opening in small window
orig_3

After this change, opening in same sized window
fixed_3

After maximizing with original
orig_maximized_3

After maximizing this version
fixed_maximized_3

@CLAassistant
Copy link

CLAassistant commented Apr 29, 2024

CLA assistant check
All committers have signed the CLA.

@cospirho
Copy link
Author

cospirho commented Apr 29, 2024

Didn't fail for me locally, interesting. Added a wait to the test. It seems reasonable to wait for the same things as waited on before when changing the url hash / recipe.

@cospirho
Copy link
Author

That seemed to fix it. For reference, this line was failing:

browser.expect.element(`#output-text .cm-content`).to.have.property("textContent").match(/^.{44}$/);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug report: Panes do not resize correctly when opened in a small window
2 participants