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 Jul 28, 2018. It is now read-only.
There is a test to check if the request_method cookie is set to 'POST' this is actually invalid since you may have an ajax request that sets 'request_method' cookie which will them make the page disable turbolinks for future pages (and back functionality breaks).
Replication Steps:
Go to page A (any page)
Go to page B (any page that supports turbolinks)
Go to page C (sends ajax request after, POST request in background)
Click Back button in browser
Click Back button in browser
Click Forward button in browser
note the last two steps will not do anything cause turbolinks is disabled for the session; page C might need to be followed through a [data-no-turbolink] tag.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is a test to check if the request_method cookie is set to 'POST' this is actually invalid since you may have an ajax request that sets 'request_method' cookie which will them make the page disable turbolinks for future pages (and back functionality breaks).
Replication Steps:
note the last two steps will not do anything cause turbolinks is disabled for the session; page C might need to be followed through a [data-no-turbolink] tag.
The text was updated successfully, but these errors were encountered: