Add support for data-turbo-frame="_parent" in nested frames by anthonyfranco · Pull Request #1446 · hotwired/turbo

added 4 commits

November 9, 2025 00:04
… page navigation for non-existent or disabled parent frames
…parent stays the same, also refactored the top level test to follow the existing _top style

@seanpdoyle

Modify the `getFrameElementById` function to instead be executed with
the context of the `FrameController` instance as `this`. Rename the
method to be a "private" method with the `#` method name prefix.

Move `_top` and `_parent` special treatment to the method.

Modify the new test coverage to utilize `expect` over `assert.

packagethief

This was referenced

Feb 6, 2026