GET forms targeting turbo farmes do not update the `FrameElement#src` on 7.1.0-rc.1
See original GitHub issueBig fan of Turbo! I was in particular excited for 7.1.0-rc.1, specifically #398, so I tried it out with our app, and it appears there might be a small regression.
We have a <form method="get" data-turbo-frame="foo" action="/search">
, and when that form is submitted, it’s no longer updating the src
attribute of our <turbo-frame id="foo">
. The same code was working as expected on 7.0.1.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Decompose with Turbo Frames
Turbo Frames allow predefined parts of a page to be updated on request. Any links and forms inside a frame are captured, and...
Read more >Get event target after frame loads - Turbo Rails
I have some turbo frame forms in my page that should fire some javascript after they are loaded into the document.
Read more >Untitled
Yes votes in referendum, Como postar um audio no facebook, Idea short films 2014. Blenorrhagicum, Canal 4 esquel noticias, Pizzanati, Jakub sobieniowski tvn ......
Read more >Untitled
Ethernet controller code 28 asus, William bickford guatemala, Nkrt-en036, Bauer j clip pair, Different types of kimchi recipes, Marcelo adnet no jo 2013, ......
Read more >Window.frameElement - Web APIs - MDN Web Docs
The Window.frameElement property returns the element (such as or ) in which the window is embedded.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for clarifying. My hunch is that it’s related to the changes in https://github.com/hotwired/turbo/pull/424. I’ll investigate.
cc @seanpdoyle