You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click on one of the gallery icons below. Note the top URL bar updates, and the new gallery item is loaded into the editor.
Now, click the back button. The Top URL goes back to the previous Sandcastle Demo URL, but the editor does not respond to the change. It used to, not sure when. I could bisect this if that's really needed (but it would take longer than normal since Sandcastle itself is part of my normal bisection workflow).
The text was updated successfully, but these errors were encountered:
Likely I broke this in #6342. I looked at it briefly and popstate is firing but the state is null. I see that there's code that calls replaceState with null. Probably at the time I was not aware the app was actually using state for anything.
We store information in history state objects about the loaded demo.
Navigating to new demos calls pushState, and a fresh load
stores the demo specified via URL using replaceState.
Fixes#6509
We store information in history state objects about the loaded demo.
Navigating to new demos calls pushState, and a fresh load
stores the demo specified via URL using replaceState.
Fixes#6509
Visit any Sandcastle page: https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/
Click on one of the gallery icons below. Note the top URL bar updates, and the new gallery item is loaded into the editor.
Now, click the back button. The Top URL goes back to the previous Sandcastle Demo URL, but the editor does not respond to the change. It used to, not sure when. I could bisect this if that's really needed (but it would take longer than normal since Sandcastle itself is part of my normal bisection workflow).
The text was updated successfully, but these errors were encountered: