blazorbootstrap icon indicating copy to clipboard operation
blazorbootstrap copied to clipboard

Sidebar in demo site queues clicks to links?

Open UniMichael opened this issue 2 months ago • 0 comments

Describe the bug If you go to the demo site and expand one category (i.e. Forms) and start clicking on every link one after the other, the app will navigate to each page one after the other.

To Reproduce Steps to reproduce the behavior:

  1. Go to the demo site
  2. Expand "Components" category
  3. Quickly click every link one after the other
  4. See error

Expected behavior Only the most recent link should cause a page refresh.

Screenshots If applicable, add screenshots to help explain your problem.

2024-04-12_10-57-16

Versions (please complete the following information):

  • BlazorBootstrap: 2.1.0
  • Blazor WebAssembly / Server: Server (looks like the demo site is Server, at least)
  • .NET Version: Unsure what the demo site uses

Sample code Demo site source code

GitHub repo GitHub repo with minimal code to reproduce the issue.

Desktop (please complete the following information):

  • OS: Windows 11 Enterprise
  • Browser Chrome
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version 123.0.6312.107

Additional context None.

UniMichael avatar Apr 12 '24 14:04 UniMichael