Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upJoint Session history seems not to update when "src" of iframe changes #22816
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When writing this test, I noticed that I had to use
frame.contentWindow.location = "/common/blank.html";and that a manipulation of thesrcof the iframe didn't seem to have an effect on the session history.When manipulating the
src, the call toframe.contentWindow.history.go(-1);would result in hittingservo/components/constellation/constellation.rs
Line 2511 in 481662d
cc @cbrewster