Blazor web app (dotnet 8): data-enhance-nav="false" is not working when tag <a/> is wrapping some <svg/> #52205
Closed
1 task done
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
Milestone
Is there an existing issue for this?
Describe the bug
<a href="/" data-enhance-nav="false"> <svg>...Not refresh page...</svg> </a>
- is not working (not refreshing a page. enhance-nav is still enabled)<a href="/" data-enhance-nav="false"> <img src=""/> </a>
- is working (refreshing a page)This problem is also actual for top level nodes for example ... link with svg ...
Expected Behavior
No response
Steps To Reproduce
jsut create new Blazor Web app and add some code
Exceptions (if any)
No response
.NET Version
8
Anything else?
No response
The text was updated successfully, but these errors were encountered: