SamProf / MatBlazor

Material Design components for Blazor and Razor Components
http://www.matblazor.com
MIT License
2.84k stars 384 forks source link

Server Side Blazor project large page scroll issue #322

Open dinonovak opened 5 years ago

dinonovak commented 5 years ago

I am experiencing a strange behaviour, I have a server side Blazor app with long page with MatBlazor controls on page. If I try to scroll the page downwards it is always forcing return to top and in the browser console I am getting: "Throttling navigation to prevent the browser from hanging. See https://crbug.com/882238. Command line switch --disable-ipc-flooding-protection can be used to bypass the protection", any ideas how to fix this?

peterblazejewicz commented 5 years ago

Hi, do you have anything like scroll event in your rendered content? See: https://github.com/aspnet/AspNetCore/issues/10500