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
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
When using Google Chrome to access an application that implements the Navigation Hash widget there is an error when you attempt to open a new tab in the browser window and access another URL that has a Navigation hash reference. I have tested this issue in other browsers, but have only been able to recreate it in Google Chrome. The error occurs almost every single time, but on occasion will not.
In #740 I list the following steps to recreate this issue:
Open the application in Google Chrome using the following public URL.
Open a new tab in the same browser window.
Paste the public URL from step 1 into the address bar and hit enter.
There are no errors in the browser console.
The map should zoom to the same extent in the second browser tab as it does in the first browser tab. Rather what you will see is that in the second browser tab the latitude and longitude has been ignored, and that the map is instead zoomed to the extent of the map center using the specified zoom from the Navigation Hash widget.
Any help to resolve this issue would be excellent!