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

Static elements get pushed away by another element being resized #154

Open
alexnb opened this issue Feb 24, 2021 · 0 comments
Open

Static elements get pushed away by another element being resized #154

alexnb opened this issue Feb 24, 2021 · 0 comments

Comments

@alexnb
Copy link

alexnb commented Feb 24, 2021

  • create two elements
  • set one to be static: e.addClass("static");
  • resize the second (non-static) element so that it overlaps the static element -> the static element gets pushed away, which it should not.

This does not happen if the second (non-static) element is moved instead of resized.

Would it be possible to extend the meaning of static so that is vorbids any size change?

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

No branches or pull requests

1 participant