ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
32 stars 8 forks source link

Blazor example app loads scrolled halfway down page #2461

Open msmithNI opened 3 weeks ago

msmithNI commented 3 weeks ago

🐛 Bug Report

Our Blazor example app currently loads scrolled halfway down the page.

💻 Repro or Code Sample

Load https://nimble.ni.dev/storybook/blazor-client-app/wwwroot/

🤔 Expected Behavior

Page loads scrolled to top (no offset)

😯 Current Behavior

Page loads scrolled halfway down. Pressing Tab focuses Tab 2 in the Nimble Tabs, so it looks like Tab 1 is taking focus by default.

🔦 Context

I briefly looked at the Blazor ComponentsDemo.razor and didn't see anything immediately wrong (like use of AutoFocus not present in the other apps).

🌍 Your Environment

Windows / Chrome