-
Notifications
You must be signed in to change notification settings - Fork 436
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
No history state pushed when adding turbo frames #130
Comments
Is this related to #50? |
Yes, perhaps it is. I was thinking #50 is different due to all the video-related things it mentions, but reading it again, this is exactly what I'm observing:
So is this a known limitation then? Using |
I believe this behavior is a design decision. I'm closing this issue in favor of #50. If you have further thoughts, please share them there. |
Ok, thanks for clarifying.
I believe this behavior is a design decision.
I wonder why, though? This makes Turbo essentially unusable for me on
Firefox, as I have the choice between not using a frame, thus having the
correct history but same experience as without Turbo, or using Frames, much
better experience, but incorrect history :( In any case, thanks a lot for
your efforts on working on this library, appreciate it.
|
When adding
<turbo-frame id="shell">...</turbo-frame>
, HTTP requests are issued via Turbo, but no state is changed to the browser history, i.e. the contents of the address bar doesn't change.The text was updated successfully, but these errors were encountered: