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

New map acts janky unless you add an object, save and refresh the page #144

Open
betsydupuis opened this issue Jul 17, 2024 · 3 comments
Open
Labels
bug Something isn't working

Comments

@betsydupuis
Copy link

Step to reproduce

  • Create new map
  • Add a entity
  • Try to add a bunch of connections and move the
  • It starts to shake
  • Save map
  • refresh page
  • Move connections like normal
@josephlacey
Copy link
Contributor

I've confirmed this. Seems like a possible zooming bug.

@betsydupuis
Copy link
Author

I feel like it might have something to do with the whitespace issue. Like there's a height calculation, z-index, or position issue. Haven't looked the code enough, but curious about your thoughts.

@josephlacey josephlacey added the bug Something isn't working label Aug 6, 2024
@betsydupuis
Copy link
Author

@josephlacey I did a little bit of testing in the browser.

I think the issue is caused by the zoom container not being the full with of the area what is visually part of the container.

The zoom container can be trigger to be full width by having enough elements to fill the page, but this fails when you zoom out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants