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
<turbo-frameid="messages" data-turbo-action="advance"><ahref="/messages?page=2#somehash">Advance history to next page</a></turbo-frame>
When you click window.location is without #somehash.
I expect hastag apears in Browser URL, because of atribute data-turbo-action="advance", same as navigation outside of frame.
The text was updated successfully, but these errors were encountered:
property this.sourceURL is filled with url of response which cannot contain #hash because is server response. With combination of action advance property this.sourceURL it has to be filled difrent way.
Frame that promotes navigations to Visits
When you click
window.location
is without#somehash
.I expect hastag apears in Browser URL, because of atribute
data-turbo-action="advance"
, same as navigation outside of frame.The text was updated successfully, but these errors were encountered: