-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
problem with 3d camera and uirevision #5050
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
Comments
That’s a weird one indeed! The key question, I would say, is how can the state possibly be different immediately prior to the rotation in case 2 vs case 3? Ideally, (newPlot 1) and (newPlot 0 -> react 1) should be identical in both visible and internal state. One observation - that doesn't directly get at this "key question" but could be important in finding a solution, and in fact may represent another bug:
Ideally (based on my argument above), this would be the same as just newPlot 1, but you can see that it's different if you then click newPlot 1. We may need to look into how attributes are recorded in |
The fact that to trigger the bug we need to newPlot-0/react-1 makes it smell like #5005 which needs the same "setup" step. |
was that fixed ? When data is being constantly updated (like 1 sec in period) it's really huge problem. |
In this pen https://codepen.io/nicolaskruchten/pen/BajgePw?editors=0010
case 1: good
case 2: good
case 3: bad (both together)
The text was updated successfully, but these errors were encountered: