Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix runtime preventDefault / stopPropagation runtime InvalidOperationException. #1269

Merged
merged 1 commit into from
Oct 29, 2019

Commits on Oct 28, 2019

  1. Fix runtime preventDefault / stopPropagation break.

    - The Blazor runtime doesn't support adding attributes prior to any sort of content frames being applied. This change ensures that `ComponentAttributes` (how preventDefault / stopPropagation are represented) are handled like other HTML attributes (applied first).
    - Updated existing tests and their baselines.
    
    dotnet/aspnetcore#16611
    NTaylorMullen committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    1513cd2 View commit details
    Browse the repository at this point in the history