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

Loading configuration is buggy #570

Open
EdwardMoyse opened this issue Mar 28, 2023 · 3 comments
Open

Loading configuration is buggy #570

EdwardMoyse opened this issue Mar 28, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@EdwardMoyse
Copy link
Collaborator

I've noticed this several times - we've had reports of users seeing the ATLAS toroid magnets on some browsers but not on others (and checking the configuration they are disabled).

Here is another example: if you open this link, you will see ALL the jet collections, despite only one being enabled in the configuration. It's like the menu and the scenegraph are out of sync.

Animation5

@EdwardMoyse EdwardMoyse added the bug Something isn't working label Mar 28, 2023
@EdwardMoyse
Copy link
Collaborator Author

EdwardMoyse commented Jun 7, 2023

I have moved this comment to a new ticket, #582

@9inpachi
Copy link
Collaborator

To me, this looks like it might be because the parent menu item is toggled on? It may be that the parent menu item's state is being applied after the children. But loading of the state is synchronous. Although, since we iterate over three.js objects asynchronously, that might be what's causing the issue. Not sure at all.

@EdwardMoyse
Copy link
Collaborator Author

EdwardMoyse commented Jun 15, 2023

Hi @9inpachi - possibly, but the second example I found definitely isn't. Since it is probably(?) a different bug, I opened #582

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

No branches or pull requests

2 participants