Open
Description
According to the documentation, when a request is made to update a Turbo Frame, the Turbo-Frame
HTTP header should be set to the ID of that frame.
This is not happening in Turbo 8.0.2 (delivered with Turbo-Rails 2.0.3).
To reproduce:
- Get hold of a Turbo Frame that has an ID (in a Stimulus controller or in the Javascript console).
- Issue
frame.src = "/some-url"
. - Observe that the resulting request has no
Turbo-Frame
header.
Metadata
Metadata
Assignees
Labels
No labels