Skip to content

Invalid XHTML markup causes lockup #5518

@csnewman

Description

@csnewman

Invalid xhtml markup in the form of an unterminated tag causes the CPU to hit 100% and for the page to become completely unresponsive until chrome asks you if you wish to kill the page.

@page "/example"

<h5 class="card-title">(some text)</h5>
<p class="card-text">
    (Some text as well)
<p class="card-text">
   (Some other text)
</p>

As seen, the first p tag is not terminated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-blazorIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions