question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Editor error when Frame is nested inside Frame

See original GitHub issue

That 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>

AtUhZ4rq3r

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Eiloncommented, Nov 2, 2020

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!

1reaction
Eiloncommented, Nov 2, 2020

I feel like maybe Frame is conflicting with some other kind of Blazor thing. If you use the full type name there’s no warning:

<Microsoft.MobileBlazorBindings.Elements.Frame BorderColor="Color.Orange">
    <Microsoft.MobileBlazorBindings.Elements.Frame BorderColor="Color.Red">
    </Microsoft.MobileBlazorBindings.Elements.Frame>
</Microsoft.MobileBlazorBindings.Elements.Frame>

And other tags all seem fine. It seems like just this one <Frame> tag is not happy.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found