-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update the location bar URL when the iframe is navigated #156
Labels
Comments
3 tasks
This can be implemented by extending the mechanism added to support #154. When the top bar receives a |
This was referenced May 5, 2021
robertknight
added a commit
to hypothesis/via
that referenced
this issue
May 5, 2021
Update the URL of the top frame to reflect the proxied URL currently displayed in the content frame. This may be different than the initially requested URL if it redirected. For example https://stackoverflow.com/questions/<ID>/ redirects to https://stackoverflow.com/questions/<ID>/<slug>. When visiting https://via.hypothes.is/https://stackoverflow.com/<ID> the URL should be updated to https://via.hypothes.is/https://stackoverflow.com/<ID>/<slug> accordingly. Depends on hypothesis/viahtml#170 and fixes hypothesis/viahtml#156.
robertknight
added a commit
to hypothesis/via
that referenced
this issue
May 6, 2021
Update the URL of the top frame to reflect the proxied URL currently displayed in the content frame. This may be different than the initially requested URL if it redirected. For example https://stackoverflow.com/questions/<ID>/ redirects to https://stackoverflow.com/questions/<ID>/<slug>. When visiting https://via.hypothes.is/https://stackoverflow.com/<ID> the URL should be updated to https://via.hypothes.is/https://stackoverflow.com/<ID>/<slug> accordingly. Depends on hypothesis/viahtml#170 and fixes hypothesis/viahtml#156.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When Via HTML is proxying a legacy Via-style URL using an iframe, if the iframe's URL changes (e.g. due to a redirect) the top-level URL in the location bar should update (but without triggering a full page reload).
The text was updated successfully, but these errors were encountered: