Editor error when Frame is nested inside Frame
See original GitHub issueThat seems like a tooling error, but I’m not sure where would be better to log it.
Editor is not able to match start/end tags for Frame element when one Frame is nested inside another Frame. That breaks syntax highlighting and auto-format is broken.
Example:
<ContentPage>
<Frame>
<StackLayout>
<Frame></Frame>
</StackLayout>
</Frame>
</ContentPage>

Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Unable to switch out of nested frames into main page
My problem is that the all other elements are removed as soon as I interact with the elements in my 4th nested frame....
Read more >Switching between nested iframes within a frame
If your code jumps across branches then it will fail. I find visualizing the nesting using branches and a tree diagram makes things...
Read more >Unable to find element with xpath within nested framesets
Your last image shows that the element is within multiple framesets and frames. As frames are not part of the page, but a...
Read more >ChromeDriver Won't Switch To Frame inside nested frameset
If a frame is under nested frameset, chromedriver is unable to switch to it using name or id. i.e driver.switchto.frame(name/id) - Throws 'no...
Read more >Switching between nested iframes within a frame #3645
Please help me in resolving the following issue. Hierarchy of Frameset, frames and iframes in a single web page <Frameset id=”mainframeset”…
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 Free
Top 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

I logged a bug in the ASP.NET Core repo for Razor Tooling because this repros outside of a Mobile Blazor Bindings project: https://github.com/dotnet/aspnetcore/issues/27450
I’m closing this issue because there’s presumably no action needed here.
Thank you for the bug report, this one was a weird one!
I feel like maybe
Frameis conflicting with some other kind of Blazor thing. If you use the full type name there’s no warning:And other tags all seem fine. It seems like just this one
<Frame>tag is not happy.