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

Containers with managed size and position should use contain:strict #504

Closed
krassowski opened this issue Dec 27, 2022 · 0 comments · Fixed by #506
Closed

Containers with managed size and position should use contain:strict #504

krassowski opened this issue Dec 27, 2022 · 0 comments · Fixed by #506
Labels
bug Something isn't working performance Addresses performance

Comments

@krassowski
Copy link
Member

Description

Containers in some layouts (e.g. panels) have fully managed size and position but are slow to work with.

Reproduce

  1. Open gh-9757-reproducer.ipynb and all-html-elements.ipynb notebooks as follows in a Chromium browser;
    Screenshot from 2022-12-27 12-46-53
  2. Try to resize split panel in top-bottom
  3. See jitter
Without contain strict (current) with contain:strict (proposed)
without-contain-strict with-contain-strict

Expected behavior

No jitter on resize. Widget containers with managed size use contain: strict.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working performance Addresses performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant