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
When you have anchor elements where the href is relative, ie. '#/form1', and follow the link to the route the address in the address is incorrect in IE10. This is because pathname for anchor element is an empty string in IE10 if the link is relative with hash.
Try this is IE10 and other browsers to see the difference:
When you have anchor elements where the href is relative, ie. '#/form1', and follow the link to the route the address in the address is incorrect in IE10. This is because pathname for anchor element is an empty string in IE10 if the link is relative with hash.
Try this is IE10 and other browsers to see the difference:
I added a small fix in
Sammy.DefaultLocationProxy.fullPath
that seems to work:The text was updated successfully, but these errors were encountered: